]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-packaging: DEPENDS on python3-setuptools-native
authorTim Orling <ticotimo@gmail.com>
Sun, 17 Oct 2021 01:41:19 +0000 (01:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Oct 2021 20:54:42 +0000 (21:54 +0100)
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 <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-packaging_21.0.bb

index 201b583de22c20c85dc84487713855638c5dbb5c..aef3ccae9a77998c7903058178514831c95f8c2a 100644 (file)
@@ -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"