From ae1f210546396b761ea86d9e32bf90c0867ff845 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 14 May 2020 16:04:57 -0500 Subject: python3-pycryptodome(x): Upgrade 3.9.4 -> 3.9.7 Also splits apart the SRC_URI checksums to make automatic upgrades easier Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodomex_3.9.7.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.9.7.bb (limited to 'meta/recipes-devtools/python/python3-pycryptodomex_3.9.7.bb') 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 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "50163324834edd0c9ce3e4512ded3e221c969086e10fdd5d3fdcaadac5e24a78" + +FILES_${PN}-tests = " \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ + ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ +" -- cgit 1.2.3-korg