All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-packaging: add -native version
@ 2020-07-16 23:18 Ryan Rowe
  2020-07-16 23:18 ` [meta-python][PATCH 2/2] python3-pint: add missing python3-packaging dep Ryan Rowe
  2020-07-20 13:00 ` [oe] [meta-python][PATCH 1/2] python3-packaging: add -native version Trevor Gamblin
  0 siblings, 2 replies; 6+ messages in thread
From: Ryan Rowe @ 2020-07-16 23:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: jbroadus, Ryan Rowe

Signed-off-by: Ryan Rowe <rrowe@xevo.com>
---
 meta-python/recipes-devtools/python/python3-packaging_20.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-packaging_20.4.bb b/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
index 0f78fd016..c75707e69 100644
--- a/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
+++ b/meta-python/recipes-devtools/python/python3-packaging_20.4.bb
@@ -8,5 +8,7 @@ SRC_URI[sha256sum] = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d55
 
 inherit pypi setuptools3
 
+BBCLASSEXTEND = "native"
+
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"
-- 
2.17.2 (Apple Git-113)


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

end of thread, other threads:[~2020-07-21 16:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-16 23:18 [meta-python][PATCH 1/2] python3-packaging: add -native version Ryan Rowe
2020-07-16 23:18 ` [meta-python][PATCH 2/2] python3-pint: add missing python3-packaging dep Ryan Rowe
2020-07-20 13:06   ` [oe] " Trevor Gamblin
2020-07-21 16:19   ` Trevor Gamblin
2020-07-21 16:51     ` Ryan Rowe
2020-07-20 13:00 ` [oe] [meta-python][PATCH 1/2] python3-packaging: add -native version Trevor Gamblin

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.