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"