diff options
-rw-r--r-- | meta/recipes-devtools/python/python-pycryptodome.inc | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
10 | PYPI_PACKAGE_EXT = "tar.gz" | 10 | PYPI_PACKAGE_EXT = "tar.gz" |
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-io \ | 13 | python3-io \ |
14 | ${PYTHON_PN}-math \ | 14 | python3-math \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS:${PN}-tests += " \ | 17 | RDEPENDS:${PN}-tests += " \ |
18 | ${PYTHON_PN}-unittest \ | 18 | python3-unittest \ |
19 | " | 19 | " |
20 | 20 | ||
21 | PACKAGES =+ "${PN}-tests" | 21 | PACKAGES =+ "${PN}-tests" |