From: Ross Burton Date: Wed, 30 Jul 2025 16:03:35 +0000 (+0100) Subject: python3-cryptography-vectors: use correct build backend X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926935eb872408da733103c1d632a901acfd6e69;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"