From 926935eb872408da733103c1d632a901acfd6e69 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 30 Jul 2025 17:03:35 +0100 Subject: [PATCH] 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. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../recipes-devtools/python/python3-cryptography-vectors.bb | 6 +----- 1 file changed, 1 insertion(+), 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 PYPI_PACKAGE = "cryptography_vectors" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - python3-cryptography \ -" +inherit pypi python_flit_core BBCLASSEXTEND = "native nativesdk" -- 2.47.2