diff options
-rw-r--r-- | meta/recipes-devtools/python/python-pycryptodome.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 86d7f261af..8d9b6d911e 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc | |||
@@ -10,6 +10,8 @@ inherit pypi | |||
10 | PYPI_PACKAGE_EXT = "tar.gz" | 10 | PYPI_PACKAGE_EXT = "tar.gz" |
11 | 11 | ||
12 | RDEPENDS:${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | python3-cffi \ | ||
14 | python3-ctypes \ | ||
13 | python3-io \ | 15 | python3-io \ |
14 | python3-math \ | 16 | python3-math \ |
15 | " | 17 | " |