Message ID | 20250730160343.4053614-6-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-editables_0.5.bb b/meta/recipes-devtools/python/python3-editables_0.5.bb index f3261183cb4..11566f096b9 100644 --- a/meta/recipes-devtools/python/python3-editables_0.5.bb +++ b/meta/recipes-devtools/python/python3-editables_0.5.bb @@ -6,10 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=41bc1be47b7bb8240db3ef928c7cb0bf" SRC_URI[sha256sum] = "309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2" -inherit pypi python_setuptools_build_meta +inherit pypi python_flit_core -RDEPENDS:${PN} += "\ - python3-io \ -" +RDEPENDS:${PN} += "python3-io" BBCLASSEXTEND = "native nativesdk"
This package uses flit, not setuptools. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-editables_0.5.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)