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 --- meta-python/recipes-connectivity/python-h2/python3-h2_4.1.0.bb | 2 +- meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-python/recipes-connectivity') diff --git a/meta-python/recipes-connectivity/python-h2/python3-h2_4.1.0.bb b/meta-python/recipes-connectivity/python-h2/python3-h2_4.1.0.bb index c2d58846df..6b3ce25371 100644 --- a/meta-python/recipes-connectivity/python-h2/python3-h2_4.1.0.bb +++ b/meta-python/recipes-connectivity/python-h2/python3-h2_4.1.0.bb @@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "a83aca08fbe7aacb79fec788c9c0bac936343560ed9ec18b82a13a12c2 inherit pypi setuptools3 -RDEPENDS:${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe" +RDEPENDS:${PN} += "python3-hpack python3-hyperframe" diff --git a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb index a7ed75f018..c49e67c919 100644 --- a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb +++ b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb @@ -9,7 +9,7 @@ PYPI_PACKAGE = "Pyro4" inherit pypi setuptools3 RDEPENDS:${PN} += " \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-serpent \ - ${PYTHON_PN}-threading \ + python3-logging \ + python3-serpent \ + python3-threading \ " -- cgit v1.2.3-54-g00ecf