diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-10-17 01:41:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-18 13:48:17 +0100 |
commit | db7c1da81f38ef3e157998722fae357604a0f36a (patch) | |
tree | a60580aef181a99fa090a5cbb55678d330d0c0a9 | |
parent | ea92f2ee9100c945ea3d9ebddff1214d86ac4c02 (diff) | |
download | poky-db7c1da81f38ef3e157998722fae357604a0f36a.tar.gz |
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
(From OE-Core rev: 58e1f76a37d649e648dd9d436abbf4d3bfaea0ab)
Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-packaging_21.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
9 | 9 | ||
10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 12 | DEPENDS += "${PYTHON_PN}-setuptools-native" |
13 | RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing" |