From: Tim Orling Date: Fri, 25 Feb 2022 23:58:34 +0000 (-0800) Subject: flit_core: inherit setuptools3-base X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5028 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1bb4e2d73985c6e8cf03b0fea94e8b739648cf7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git flit_core: inherit setuptools3-base This helps bridge the old setuptools3 behavior. FILES:${PN} has sane defaults in setuptools3-base Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/classes/flit_core.bbclass b/meta/classes/flit_core.bbclass index 0f2eec85d0b..8edbd654ff2 100644 --- a/meta/classes/flit_core.bbclass +++ b/meta/classes/flit_core.bbclass @@ -1,4 +1,4 @@ -inherit pip_install_wheel python3native python3-dir +inherit pip_install_wheel python3native python3-dir setuptools3-base DEPENDS += "python3 python3-flit-core-native python3-pip-native"