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-google-api-python-client_2.116.0.bb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-google-api-python-client_2.116.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.116.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.116.0.bb index e4de12baec..237c4d238b 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.116.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.116.0.bb @@ -9,12 +9,12 @@ SRC_URI[sha256sum] = "f9f32361e16114d62929638fe07f77be30216b079ad316dc2ced859d9f inherit pypi setuptools3 RDEPENDS:${PN} += "\ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-httplib2 \ - ${PYTHON_PN}-uritemplate \ - ${PYTHON_PN}-google-api-core \ + python3-logging \ + python3-six \ + python3-json \ + python3-core \ + python3-netclient \ + python3-httplib2 \ + python3-uritemplate \ + python3-google-api-core \ " -- cgit v1.2.3-54-g00ecf