diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-08-26 08:35:46 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 20:53:02 -0700 |
commit | 82ee3f96fc28eada7b8a1093126bc1ab72889c52 (patch) | |
tree | 2baf65817bd49960bd8f774ab5734e89056f4c6d | |
parent | 298c1ffa2882002b93dfbbb5276a4b27d72e8fee (diff) | |
download | meta-openembedded-82ee3f96fc28eada7b8a1093126bc1ab72889c52.tar.gz |
python3-lz4: Drop using PYTHON_PN
PYTHON_PN was useful when sharing recipes with py2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb index 71171513e8..2d6663fc86 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573" | |||
5 | 5 | ||
6 | DEPENDS += " \ | 6 | DEPENDS += " \ |
7 | lz4 \ | 7 | lz4 \ |
8 | ${PYTHON_PN}-setuptools-scm-native \ | 8 | python3-setuptools-scm-native \ |
9 | ${PYTHON_PN}-pkgconfig-native \ | 9 | python3-pkgconfig-native \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI += "file://run-ptest" | 12 | SRC_URI += "file://run-ptest" |
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "e1431d84a9cfb23e6773e72078ce8e65cad6745816d4cbf9ae67da5ea4 | |||
15 | 15 | ||
16 | inherit pkgconfig pypi python_setuptools_build_meta ptest | 16 | inherit pkgconfig pypi python_setuptools_build_meta ptest |
17 | 17 | ||
18 | RDEPENDS:${PN}-ptest += "${PYTHON_PN}-pytest ${PYTHON_PN}-multiprocessing ${PYTHON_PN}-psutil" | 18 | RDEPENDS:${PN}-ptest += "python3-pytest python3-multiprocessing python3-psutil" |
19 | 19 | ||
20 | do_install_ptest() { | 20 | do_install_ptest() { |
21 | cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ | 21 | cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ |