mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
PyCryptodome is "an almost drop-in replacement for the old PyCrypto library" and installs under "Crypto" package. In cases when both PyCryptodome and old PyCrypto are needed, there's PyCryptodomeX that installs under own name as "Cryptodome" package. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
341 B
BlitzBasic
11 lines
341 B
BlitzBasic
require python-pycryptodome.inc
|
|
inherit setuptools3
|
|
|
|
SRC_URI[md5sum] = "46ba513d95b6e323734074d960a7d57b"
|
|
SRC_URI[sha256sum] = "22d970cee5c096b9123415e183ae03702b2cd4d3ba3f0ced25c4e1aba3967167"
|
|
|
|
FILES_${PN}-tests = " \
|
|
${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \
|
|
${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \
|
|
"
|