diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-01-04 12:04:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 12:03:47 +0000 |
| commit | 218fbc41dad82a3f11695ae2b5b3ba23086a60d0 (patch) | |
| tree | 2a12b889d83f8ddd64b5f76560d8176b01e7c3e5 | |
| parent | 03630b5cc95e653d242b5b62ca3ee1b2d18a96d4 (diff) | |
| download | poky-218fbc41dad82a3f11695ae2b5b3ba23086a60d0.tar.gz | |
python3-pycryptodome: upgrade 3.15.0 -> 3.16.0
(From OE-Core rev: a47321783eb63b4fc0f8e26d1ac25398d3a5eaaa)
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>
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.15.0.bb | 5 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.16.0.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.15.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.15.0.bb deleted file mode 100644 index cabe9189f2..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.15.0.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | require python-pycryptodome.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "9135dddad504592bcc18b0d2d95ce86c3a5ea87ec6447ef25cfedea12d6018b8" | ||
| 5 | |||
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.16.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.16.0.bb new file mode 100644 index 0000000000..15ee31c66a --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.16.0.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | require python-pycryptodome.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "0e45d2d852a66ecfb904f090c3f87dc0dfb89a499570abad8590f10d9cffb350" | ||
| 5 | |||
