mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Imports the pycryptodome recipes from meta-python, as of 7c02c7d41
("gnome-themes-extra: correct the recipe name").
These recipes are commonly used by other layers, so moving them into
OE-core helps to cut down on layer dependencies.
(From OE-Core rev: a96f815c53364b119b5743b8b7100eb5588d5cf5)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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__/ \
|
|
"
|