diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:57:25 +0000 |
commit | 4f9417f59231a9bb330c48b60dfc4aa7816169d7 (patch) | |
tree | 06901b67c5ae2afa0e6e9478425322c58aa49866 /meta/recipes-devtools | |
parent | b95d1edb79d7e76f4287d9faf72d02bd58aa1a0a (diff) | |
download | poky-4f9417f59231a9bb330c48b60dfc4aa7816169d7.tar.gz |
python3-pycryptodome: upgrade 3.16.0 -> 3.17
(From OE-Core rev: f1bcadd3ab11f6b64d21805ba299391c9711e3ba)
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.16.0.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.17.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.16.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.16.0.bb deleted file mode 100644 index 15ee31c66a..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.16.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | SRC_URI[sha256sum] = "0e45d2d852a66ecfb904f090c3f87dc0dfb89a499570abad8590f10d9cffb350" | ||
5 | |||
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb new file mode 100644 index 0000000000..05f654f225 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | SRC_URI[sha256sum] = "bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b" | ||
5 | |||