From 94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 19 Feb 2024 20:10:24 -0800 Subject: meta-python: drop ${PYTHON_PN} python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- .../python/python3-py7zr_0.20.8.bb | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb') diff --git a/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb b/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb index f9e6820ce1..3d48b5116f 100644 --- a/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb +++ b/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb @@ -9,21 +9,21 @@ SRC_URI[sha256sum] = "2a6b0db0441e63a2dd74cbd18f5d9ae7e08dc0e54685aa486361d0db6a inherit pypi python_setuptools_build_meta DEPENDS += " \ - ${PYTHON_PN}-setuptools-scm-native \ - ${PYTHON_PN}-toml-native \ - ${PYTHON_PN}-wheel-native \ + python3-setuptools-scm-native \ + python3-toml-native \ + python3-wheel-native \ " RDEPENDS:${PN} += "\ - ${PYTHON_PN}-pycryptodomex \ - ${PYTHON_PN}-multivolumefile \ - ${PYTHON_PN}-pybcj \ - ${PYTHON_PN}-inflate64 \ - ${PYTHON_PN}-pyppmd \ - ${PYTHON_PN}-pyzstd \ - ${PYTHON_PN}-brotli \ - ${PYTHON_PN}-multiprocessing \ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-threading \ + python3-pycryptodomex \ + python3-multivolumefile \ + python3-pybcj \ + python3-inflate64 \ + python3-pyppmd \ + python3-pyzstd \ + python3-brotli \ + python3-multiprocessing \ + python3-datetime \ + python3-core \ + python3-threading \ " -- cgit v1.2.3-54-g00ecf