From f27566f573ae70a19c735d3326aa477d863a3447 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 21 Feb 2024 22:46:32 +0000 Subject: layer-wide: drop PYTHON_PN Similar to OE core commit b566b1e32c7993d1ab7795562f648e52ce186a70, we no longer need PYTHON_PN for any abstraction of python2 vs python3. Our similar / dup recipes are now causing signature differences, so we go ahead and make the substitution, even if it isn't stricly required. Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-docker_7.0.0.bb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes-devtools/python/python3-docker_7.0.0.bb') diff --git a/recipes-devtools/python/python3-docker_7.0.0.bb b/recipes-devtools/python/python3-docker_7.0.0.bb index ada94876..39567c04 100644 --- a/recipes-devtools/python/python3-docker_7.0.0.bb +++ b/recipes-devtools/python/python3-docker_7.0.0.bb @@ -6,15 +6,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660" SRC_URI[md5sum] = "b08eeccf6a5efd11c316c08207edfeef" SRC_URI[sha256sum] = "323736fb92cd9418fc5e7133bc953e11a9da04f4483f828b527db553f1e7e5a3" -DEPENDS += "${PYTHON_PN}-pip-native" -DEPENDS += "${PYTHON_PN}-setuptools-scm-native" +DEPENDS += "python3-pip-native" +DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += " \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-docker-pycreds \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-websocket-client \ - ${PYTHON_PN}-packaging \ + python3-misc \ + python3-six \ + python3-docker-pycreds \ + python3-requests \ + python3-websocket-client \ + python3-packaging \ " inherit pypi python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf