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:57 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-18 06:33:36 +0100
commitcb94d9019b4d1ce32ad9196cb9c22236631e8781 (patch)
tree94dd90866be3fcabe0daba8f8b481d961eface98 /meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
parent1e327abcc92d6575df5c1871e6e1284987b74b87 (diff)
downloadpoky-cb94d9019b4d1ce32ad9196cb9c22236631e8781.tar.gz
python3-pycryptodome(x): Upgrade 3.9.4 -> 3.9.7
Also splits apart the SRC_URI checksums to make automatic upgrades easier (From OE-Core rev: ae1f210546396b761ea86d9e32bf90c0867ff845) Signed-off-by: Joshua Watt <JPEWhacker@gmail.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, 0 insertions, 10 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
deleted file mode 100644
index e41c14b142..0000000000
--- a/meta/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb
+++ /dev/null
@@ -1,10 +0,0 @@
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"