diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-04 16:45:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-05 11:02:23 +0100 |
commit | 2e0f5c86830716b01c17e02d3a118323a537bab4 (patch) | |
tree | 2c2d2bd8299ca4a7bc22e3d07a7b9e6cf97ea671 /meta | |
parent | 6cea7b69480813d9bfe54577b7e16f8b2350d7a4 (diff) | |
download | poky-2e0f5c86830716b01c17e02d3a118323a537bab4.tar.gz |
python3-pycryptodome: upgrade 3.22.0 -> 3.23.0
(From OE-Core rev: 7278fbe059769b949876988a9c05a073b7432d03)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb deleted file mode 100644 index c65b2a71fc..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit python_setuptools_build_meta | ||
3 | |||
4 | SRC_URI[sha256sum] = "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723" | ||
5 | |||
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb new file mode 100644 index 0000000000..2528162ff8 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit python_setuptools_build_meta | ||
3 | |||
4 | SRC_URI[sha256sum] = "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef" | ||
5 | |||