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-cassandra-driver_3.29.0.bb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb index 8ec87fa26a..b8565d17e8 100644 --- a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb +++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.0.bb @@ -13,16 +13,16 @@ SRC_URI[sha256sum] = "0a34f9534356e5fd33af8cdda109d5e945b6335cb50399b267c46368c4 inherit pypi setuptools3 RDEPENDS:${PN} += "\ - ${PYTHON_PN}-cython \ - ${PYTHON_PN}-geomet \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-multiprocessing \ - ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-six \ + python3-cython \ + python3-geomet \ + python3-json \ + python3-misc \ + python3-multiprocessing \ + python3-numbers \ + python3-six \ libevent \ " DEPENDS += "\ - ${PYTHON_PN}-cython \ + python3-cython \ " -- cgit v1.2.3-54-g00ecf