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/python3-pycryptodomex_3.16.0.bb | |
| 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/python3-pycryptodomex_3.16.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.bb new file mode 100644 index 0000000000..36ef772863 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.16.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require python-pycryptodome.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "e9ba9d8ed638733c9e95664470b71d624a6def149e2db6cc52c1aca5a6a2df1d" | ||
| 5 | |||
| 6 | FILES:${PN}-tests = " \ | ||
| 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | ||
| 8 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ | ||
| 9 | " | ||
