summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pycryptodomex_3.9.7.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.7.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.7.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pycryptodomex_3.9.7.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.9.7.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.9.7.bb
new file mode 100644
index 0000000000..abb03b9909
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.9.7.bb
@@ -0,0 +1,9 @@
1require python-pycryptodome.inc
2inherit setuptools3
3
4SRC_URI[sha256sum] = "50163324834edd0c9ce3e4512ded3e221c969086e10fdd5d3fdcaadac5e24a78"
5
6FILES_${PN}-tests = " \
7 ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \
8 ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \
9"