openembedded-core.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] python3-packaging: DEPENDS on python3-setuptools-native
@ 2021-10-17  1:41 Tim Orling
  2021-10-17  1:41 ` [PATCH 2/3] python3-tomli: add recipe for 1.2.1 Tim Orling
  2021-10-17  1:41 ` [PATCH 3/3] python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2 Tim Orling
  0 siblings, 2 replies; 4+ messages in thread
From: Tim Orling @ 2021-10-17  1:41 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tim Orling

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>
---
 meta/recipes-devtools/python/python3-packaging_21.0.bb | 4 ++--
 1 file 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
 
 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"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-17 11:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-17  1:41 [PATCH 1/3] python3-packaging: DEPENDS on python3-setuptools-native Tim Orling
2021-10-17  1:41 ` [PATCH 2/3] python3-tomli: add recipe for 1.2.1 Tim Orling
2021-10-17  1:41 ` [PATCH 3/3] python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2 Tim Orling
2021-10-17 11:41   ` [OE-core] " Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).