summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-06-25 23:22:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-27 16:23:40 +0100
commitcc76ed0ea7ef1c46df9c5bb0678748712b3de4b5 (patch)
tree65fd5c377fe0aa8d4423ff84f66a704314dc4da7
parent3ecfadb08aadc524643ed32f330d70d008dd57e8 (diff)
downloadpoky-cc76ed0ea7ef1c46df9c5bb0678748712b3de4b5.tar.gz
python3-cryptography-vectors: update 39.0.2 -> 41.0.1
Convert to python_setuptools_build_meta. (From OE-Core rev: f1e607a870e31e345355876b4f4d386456f53d01) 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-cryptography-vectors_41.0.1.bb (renamed from meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.1.bb
index 795e27f75b..016620e710 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors_39.0.2.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.1.bb
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
9# NOTE: Make sure to keep this recipe at the same version as python3-cryptography 9# NOTE: Make sure to keep this recipe at the same version as python3-cryptography
10# Upgrade both recipes at the same time 10# Upgrade both recipes at the same time
11 11
12SRC_URI[sha256sum] = "a68f106f7a4322cf1e7ed51e3fc6d5c1e0b11d337ed918ec879e8afe0c2a5220" 12SRC_URI[sha256sum] = "23b08c39777ec7b2774a11f945d1746301b1e88ecff2e5326d7f50ea0f42d580"
13 13
14PYPI_PACKAGE = "cryptography_vectors" 14PYPI_PACKAGE = "cryptography_vectors"
15 15
16inherit pypi setuptools3 16inherit pypi python_setuptools_build_meta
17 17
18DEPENDS += " \ 18DEPENDS += " \
19 ${PYTHON_PN}-cryptography \ 19 ${PYTHON_PN}-cryptography \