Message ID | 20250730160343.4053614-5-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [01/13] classes/python_pep517: centralise shared inherits | expand |
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors.bb b/meta/recipes-devtools/python/python3-cryptography-vectors.bb index a8f8d0cd17e..3df61315ea9 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"
This package uses flit, not setuptools. Also there's no need for it to depend on python3-cryptography. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../recipes-devtools/python/python3-cryptography-vectors.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)