python3-cppy: fix inherits and DEPENDS

This recipe inherited python_flit_core, but actually builds with setuptools.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton 2022-05-24 13:11:53 +01:00 committed by Khem Raj
parent 50e60e6549
commit a2790f4316

View File

@ -7,11 +7,11 @@ SRC_URI[sha256sum] = "83b43bf17b1085ac15c5debdb42154f138b928234b21447358981f69d0
RDEPENDS:${PN} += "python3-setuptools python3-distutils"
inherit pypi python_flit_core
inherit pypi python_setuptools_build_meta
SRC_URI += " file://0001-Fix-build-error-as-following.patch \
"
DEPENDS += "python3-setuptools-native"
DEPENDS += "python3-setuptools-scm-native"
BBCLASSEXTEND = "native nativesdk"