diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2020-11-17 10:14:36 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-18 13:59:27 +0000 |
commit | 41e09418f399289d6191dbf9e12e6d8d6c3b8a73 (patch) | |
tree | 5f07c06ef2006c8149ff1df8c56416fcba31766c /meta/recipes-devtools | |
parent | fb92b8c77eeab57ff1658e432bcbc9516511980d (diff) | |
download | poky-41e09418f399289d6191dbf9e12e6d8d6c3b8a73.tar.gz |
python3-pycryptodomex: upgrade 3.9.8 -> 3.9.9
(From OE-Core rev: cf3305eb2d1d8cf38fdbcb75cd50fa523fbce006)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.bb (renamed from meta/recipes-devtools/python/python3-pycryptodomex_3.9.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.9.8.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.bb index 035c7fa636..abff71efdd 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.9.8.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.9.9.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] = "48cc2cfc251f04a6142badeb666d1ff49ca6fdfc303fd72579f62b768aaa52b9" | 4 | SRC_URI[sha256sum] = "7b5b7c5896f8172ea0beb283f7f9428e0ab88ec248ce0a5b8c98d73e26267d51" |
5 | 5 | ||
6 | FILES_${PN}-tests = " \ | 6 | FILES_${PN}-tests = " \ |
7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ |