From: Tim Orling Date: Sun, 17 Oct 2021 01:41:19 +0000 (+0000) Subject: python3-packaging: DEPENDS on python3-setuptools-native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~6437 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e1f76a37d649e648dd9d436abbf4d3bfaea0ab;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-packaging: DEPENDS on python3-setuptools-native Not python3-setuptools-scm-native Upgrade to python3-setuptools-scm introduces a circular dependency. Drop python3-six from RDEPENDS as this was removed in 20.5 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-packaging_21.0.bb b/meta/recipes-devtools/python/python3-packaging_21.0.bb index 201b583de22..aef3ccae9a7 100644 --- a/meta/recipes-devtools/python/python3-packaging_21.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_21.0.bb @@ -9,5 +9,5 @@ inherit pypi setuptools3 BBCLASSEXTEND = "native" -DEPENDS += "${PYTHON_PN}-setuptools-scm-native" -RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" +DEPENDS += "${PYTHON_PN}-setuptools-native" +RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"