From 32378e8736e5d07482b03bc480e13b35c50bf0f5 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 17 May 2023 10:06:34 +0200 Subject: python3-pycryptodome: don't use PYTHON_PN We no longer support python2. Drop PYTHON_PN and use python3 explicitly. (From OE-Core rev: f7b4443a83570f8e8560a684a580084053ba3c52) Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-pycryptodome.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 29fe80d224..86d7f261af 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc @@ -10,12 +10,12 @@ inherit pypi PYPI_PACKAGE_EXT = "tar.gz" RDEPENDS:${PN} += " \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-math \ + python3-io \ + python3-math \ " RDEPENDS:${PN}-tests += " \ - ${PYTHON_PN}-unittest \ + python3-unittest \ " PACKAGES =+ "${PN}-tests" -- cgit v1.2.3-54-g00ecf