summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography-vectors.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-07-30 17:03:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-04 18:04:03 +0100
commit38f1709ac4382cb3569e647d445697b6c27306f8 (patch)
tree02846eac9b4844f4b1b5dfc7d62a1ac467550b44 /meta/recipes-devtools/python/python3-cryptography-vectors.bb
parente765f015d470c4f41fe96987292adff39ae09dd7 (diff)
downloadpoky-38f1709ac4382cb3569e647d445697b6c27306f8.tar.gz
python3-cryptography-vectors: use correct build backend
This package uses flit, not setuptools. Also there's no need for it to depend on python3-cryptography. (From OE-Core rev: 926935eb872408da733103c1d632a901acfd6e69) Signed-off-by: Ross Burton <ross.burton@arm.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/recipes-devtools/python/python3-cryptography-vectors.bb')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography-vectors.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors.bb b/meta/recipes-devtools/python/python3-cryptography-vectors.bb
index a8f8d0cd17..3df61315ea 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors.bb
@@ -14,10 +14,6 @@ SRC_URI[sha256sum] = "fbb0408df8ff2d2b3dbd2928bc5b7feebfdd36fb092fa8790d5778a9b9
14PYPI_PACKAGE = "cryptography_vectors" 14PYPI_PACKAGE = "cryptography_vectors"
15UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 15UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
16 16
17inherit pypi python_setuptools_build_meta 17inherit pypi python_flit_core
18
19DEPENDS += " \
20 python3-cryptography \
21"
22 18
23BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"