summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pycryptodome.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-pycryptodome.inc')
-rw-r--r--meta/recipes-devtools/python/python-pycryptodome.inc18
1 files changed, 11 insertions, 7 deletions
diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc
index 48481bcf9a..8d9b6d911e 100644
--- a/meta/recipes-devtools/python/python-pycryptodome.inc
+++ b/meta/recipes-devtools/python/python-pycryptodome.inc
@@ -3,22 +3,26 @@ DESCRIPTION = "PyCryptodome is a self-contained Python package of low-level\
3 cryptographic primitives." 3 cryptographic primitives."
4HOMEPAGE = "http://www.pycryptodome.org" 4HOMEPAGE = "http://www.pycryptodome.org"
5LICENSE = "PD & BSD-2-Clause" 5LICENSE = "PD & BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c" 6LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93"
7 7
8inherit pypi 8inherit pypi
9 9
10RDEPENDS_${PN} += " \ 10PYPI_PACKAGE_EXT = "tar.gz"
11 ${PYTHON_PN}-io \ 11
12 ${PYTHON_PN}-math \ 12RDEPENDS:${PN} += " \
13 python3-cffi \
14 python3-ctypes \
15 python3-io \
16 python3-math \
13" 17"
14 18
15RDEPENDS_${PN}-tests += " \ 19RDEPENDS:${PN}-tests += " \
16 ${PYTHON_PN}-unittest \ 20 python3-unittest \
17" 21"
18 22
19PACKAGES =+ "${PN}-tests" 23PACKAGES =+ "${PN}-tests"
20 24
21FILES_${PN}-tests = " \ 25FILES:${PN}-tests = " \
22 ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/ \ 26 ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/ \
23 ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/__pycache__/ \ 27 ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/__pycache__/ \
24" 28"