diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb b/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb index 42f0743bea..75472d327e 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb | |||
@@ -4,12 +4,13 @@ LICENSE = "BSD-3-Clause" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573" |
5 | 5 | ||
6 | DEPENDS += " \ | 6 | DEPENDS += " \ |
7 | lz4 \ | ||
7 | ${PYTHON_PN}-setuptools-scm-native \ | 8 | ${PYTHON_PN}-setuptools-scm-native \ |
8 | ${PYTHON_PN}-pkgconfig-native \ | 9 | ${PYTHON_PN}-pkgconfig-native \ |
9 | " | 10 | " |
10 | 11 | ||
11 | SRC_URI[sha256sum] = "57c5dfd3b7dae833b0d2b2c1aafd7f9d0dfcab40683d183d010c67c9fd1beca3" | 12 | SRC_URI[sha256sum] = "57c5dfd3b7dae833b0d2b2c1aafd7f9d0dfcab40683d183d010c67c9fd1beca3" |
12 | 13 | ||
13 | inherit pypi python_setuptools_build_meta | 14 | inherit pkgconfig pypi python_setuptools_build_meta |
14 | 15 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |