summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python-pycryptodome.inc6
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
10PYPI_PACKAGE_EXT = "tar.gz" 10PYPI_PACKAGE_EXT = "tar.gz"
11 11
12RDEPENDS:${PN} += " \ 12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-io \ 13 python3-io \
14 ${PYTHON_PN}-math \ 14 python3-math \
15" 15"
16 16
17RDEPENDS:${PN}-tests += " \ 17RDEPENDS:${PN}-tests += " \
18 ${PYTHON_PN}-unittest \ 18 python3-unittest \
19" 19"
20 20
21PACKAGES =+ "${PN}-tests" 21PACKAGES =+ "${PN}-tests"