From fdcdd64edd7b4e2f30cfa584f4415c86e7064b3c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 15 Feb 2021 21:56:12 +0000 Subject: 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. (From OE-Core rev: f31d3d8999ce314832012324ce8bebf42dcfb372) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb (limited to 'meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb') 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__/ \ +" -- cgit v1.2.3-54-g00ecf