From: Ross Burton Date: Wed, 16 Mar 2022 18:32:36 +0000 (+0000) Subject: python3-packaging: remove duplicate python3-setuptools-native DEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4744 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df1d4ed389f0c5f148f9940ce849e3ed64d34923;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-packaging: remove duplicate python3-setuptools-native DEPENDS setuptools_build_meta.bbclass already sets this dependency. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-packaging_21.3.bb b/meta/recipes-devtools/python/python3-packaging_21.3.bb index c7d0cb7ef78..a81fd94d37a 100644 --- a/meta/recipes-devtools/python/python3-packaging_21.3.bb +++ b/meta/recipes-devtools/python/python3-packaging_21.3.bb @@ -9,5 +9,4 @@ inherit pypi setuptools_build_meta BBCLASSEXTEND = "native nativesdk" -DEPENDS += "${PYTHON_PN}-setuptools-native" RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"