diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-01-04 12:04:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:47 +0000 |
commit | a84dbf1481b57a5eb3392aa23f5868e6df25e9fa (patch) | |
tree | cfe6bbd169cb9f4b9aa3daebf3a5a16345aae12d /meta/recipes-devtools/python | |
parent | 821312222b82bc0f9f010518a6a66320146f1911 (diff) | |
download | poky-a84dbf1481b57a5eb3392aa23f5868e6df25e9fa.tar.gz |
python3-pycryptodomex: upgrade 3.15.0 -> 3.16.0
(From OE-Core rev: 2b3f39e3bc004c9875dcfcda3291124fb45eea7f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.bb (renamed from meta/recipes-devtools/python/python3-pycryptodomex_3.15.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.15.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.bb index e22ce30833..36ef772863 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.15.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.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] = "7341f1bb2dadb0d1a0047f34c3a58208a92423cdbd3244d998e4b28df5eac0ed" | 4 | SRC_URI[sha256sum] = "e9ba9d8ed638733c9e95664470b71d624a6def149e2db6cc52c1aca5a6a2df1d" |
5 | 5 | ||
6 | FILES:${PN}-tests = " \ | 6 | FILES:${PN}-tests = " \ |
7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ |