summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/python/python-pycryptodome.inc
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/python/python-pycryptodome.inc')
-rw-r--r--poky/meta/recipes-devtools/python/python-pycryptodome.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/poky/meta/recipes-devtools/python/python-pycryptodome.inc b/poky/meta/recipes-devtools/python/python-pycryptodome.inc
index 3f4c6e9fca..071af557ea 100644
--- a/poky/meta/recipes-devtools/python/python-pycryptodome.inc
+++ b/poky/meta/recipes-devtools/python/python-pycryptodome.inc
@@ -3,10 +3,12 @@ DESCRIPTION = "PyCryptodome is a self-contained Python package of low-level\
cryptographic primitives."
HOMEPAGE = "http://www.pycryptodome.org"
LICENSE = "PD & BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93"
inherit pypi
+PYPI_PACKAGE_EXT = "zip"
+
RDEPENDS:${PN} += " \
${PYTHON_PN}-io \
${PYTHON_PN}-math \