All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] python3-packaging: remove duplicate python3-setuptools-native DEPENDS
@ 2022-03-16 18:32 Ross Burton
  2022-03-16 18:32 ` [PATCH 2/8] classes/python_pep517: implement a standard do_compile Ross Burton
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ross Burton @ 2022-03-16 18:32 UTC (permalink / raw)
  To: openembedded-core

setuptools_build_meta.bbclass already sets this dependency.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-packaging_21.3.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3-packaging_21.3.bb b/meta/recipes-devtools/python/python3-packaging_21.3.bb
index c7d0cb7ef7..a81fd94d37 100644
--- a/meta/recipes-devtools/python/python3-packaging_21.3.bb
+++ b/meta/recipes-devtools/python/python3-packaging_21.3.bb
@@ -9,5 +9,4 @@ inherit pypi setuptools_build_meta
 
 BBCLASSEXTEND = "native nativesdk"
 
-DEPENDS += "${PYTHON_PN}-setuptools-native"
 RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing"
-- 
2.25.1



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

end of thread, other threads:[~2022-03-16 18:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 18:32 [PATCH 1/8] python3-packaging: remove duplicate python3-setuptools-native DEPENDS Ross Burton
2022-03-16 18:32 ` [PATCH 2/8] classes/python_pep517: implement a standard do_compile Ross Burton
2022-03-16 18:32 ` [PATCH 3/8] classes/flit_core: use python_pep517_do_compile Ross Burton
2022-03-16 18:32 ` [PATCH 4/8] classes/python_poetry_core: " Ross Burton
2022-03-16 18:32 ` [PATCH 5/8] classes/setuptools_build_meta: " Ross Burton
2022-03-16 18:32 ` [PATCH 6/8] classes/python_pep517: add more comments Ross Burton
2022-03-16 18:32 ` [PATCH 7/8] classes/flit_core: rename to python_flit_core Ross Burton
2022-03-16 18:32 ` [PATCH 8/8] classes/python_pep517: consolidate stub do_configure Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.