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.inc28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc
deleted file mode 100644
index ec9241e6d5..0000000000
--- a/meta/recipes-devtools/python/python-pycryptodome.inc
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "Cryptographic library for Python"
2DESCRIPTION = "PyCryptodome is a self-contained Python package of low-level\
3 cryptographic primitives."
4HOMEPAGE = "http://www.pycryptodome.org"
5LICENSE = "PD & BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93"
7
8inherit pypi
9
10RDEPENDS:${PN} += " \
11 python3-cffi \
12 python3-ctypes \
13 python3-io \
14 python3-math \
15"
16
17RDEPENDS:${PN}-tests += " \
18 python3-unittest \
19"
20
21PACKAGES =+ "${PN}-tests"
22
23FILES:${PN}-tests = " \
24 ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/ \
25 ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/__pycache__/ \
26"
27
28BBCLASSEXTEND = "native nativesdk"