From: Tim Orling Date: Sun, 17 Oct 2021 01:41:19 +0000 (+0000) Subject: python3-packaging: DEPENDS on python3-setuptools-native X-Git-Tag: uninative-3.5~1187 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=58e1f76a37d649e648dd9d436abbf4d3bfaea0ab;p=openembedded-core.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 201b583de2..aef3ccae9a 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"