summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-05-14 16:04:55 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-05 21:36:31 +0100
commit681c1ecfa091a76dc280644366470fa133afe0d0 (patch)
treeff4e5d306edd88a6260d09758f096b26c77d2398 /meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
parentf6eea5bdaf48f15e4f35097096dfe89cf68f6b02 (diff)
downloadpoky-681c1ecfa091a76dc280644366470fa133afe0d0.tar.gz
pycryptodome: Import from meta-python
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: 27798f3da506fcae19b74deb17ef199131cff405) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a96f815c53364b119b5743b8b7100eb5588d5cf5) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
new file mode 100644
index 0000000000..e41c14b142
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
@@ -0,0 +1,10 @@
1require python-pycryptodome.inc
2inherit setuptools3
3
4SRC_URI[md5sum] = "46ba513d95b6e323734074d960a7d57b"
5SRC_URI[sha256sum] = "22d970cee5c096b9123415e183ae03702b2cd4d3ba3f0ced25c4e1aba3967167"
6
7FILES_${PN}-tests = " \
8 ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \
9 ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \
10"