mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e765f015d4
commit
38f1709ac4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user