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