This recipe inherited python_flit_core, but actually builds with setuptoo=
ls.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb b/=
meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
index 57ef3b2776..270f74963d 100644
--- a/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
@@ -7,11 +7,11 @@ SRC_URI[sha256sum] =3D "83b43bf17b1085ac15c5debdb42154f=
138b928234b21447358981f69d0
=20
RDEPENDS:${PN} +=3D "python3-setuptools python3-distutils"
=20
-inherit pypi python_flit_core=20
+inherit pypi python_setuptools_build_meta
=20
SRC_URI +=3D " file://0001-Fix-build-error-as-following.patch \
"
=20
-DEPENDS +=3D "python3-setuptools-native"
+DEPENDS +=3D "python3-setuptools-scm-native"
=20
BBCLASSEXTEND =3D "native nativesdk"
--=20
2.25.1