diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:57:25 +0000 |
commit | 33ad1983469046ccfbd87e255854da76bcaa3109 (patch) | |
tree | 3f62305f73595c32d6492573dbc555e1870aca7a | |
parent | d81967c623478664ccfca12fcb0398c6e0158260 (diff) | |
download | poky-33ad1983469046ccfbd87e255854da76bcaa3109.tar.gz |
python3-pycryptodomex: upgrade 3.16.0 -> 3.17
(From OE-Core rev: b9d8e8a39c0c0f3fb9fb07c4d0f25eb4e7c941a9)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb (renamed from meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb index 36ef772863..720aec2d36 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python-pycryptodome.inc | 1 | require python-pycryptodome.inc |
2 | inherit setuptools3 | 2 | inherit setuptools3 |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "e9ba9d8ed638733c9e95664470b71d624a6def149e2db6cc52c1aca5a6a2df1d" | 4 | SRC_URI[sha256sum] = "0af93aad8d62e810247beedef0261c148790c52f3cd33643791cc6396dd217c1" |
5 | 5 | ||
6 | FILES:${PN}-tests = " \ | 6 | FILES:${PN}-tests = " \ |
7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ |