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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"