summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-15 21:56:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-23 22:31:25 +0000
commitf31d3d8999ce314832012324ce8bebf42dcfb372 (patch)
treede92ce427717ba298b20b9086eac6e506448fb48 /meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb
parent28156e43673288ecfb9d43b1aecfd01256c71585 (diff)
downloadopenembedded-core-f31d3d8999ce314832012324ce8bebf42dcfb372.tar.gz
python3-pycryptodome/pycryptodomex: upgrade 3.9.9 -> 3.10.1
The license file dropped the APL-2 pieces but this wasn't in LICENSE in the first place, no code seemed to refer to it so no change was needed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb
new file mode 100644
index 0000000000..a6b3b3e935
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb
@@ -0,0 +1,9 @@
+require python-pycryptodome.inc
+inherit setuptools3
+
+SRC_URI[sha256sum] = "541cd3e3e252fb19a7b48f420b798b53483302b7fe4d9954c947605d0a263d62"
+
+FILES_${PN}-tests = " \
+ ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \
+ ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \
+"