From: "Ryan Rowe" <rrowe@xevo.com>
To: openembedded-devel@lists.openembedded.org
Cc: jbroadus@xevo.com, Ryan Rowe <rrowe@xevo.com>
Subject: [meta-python][PATCH 1/2] python3-packaging: add -native version
Date: Thu, 16 Jul 2020 16:18:38 -0700 [thread overview]
Message-ID: <20200716231839.48850-1-rrowe@xevo.com> (raw)
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)
next reply other threads:[~2020-07-16 23:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-16 23:18 Ryan Rowe [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200716231839.48850-1-rrowe@xevo.com \
--to=rrowe@xevo.com \
--cc=jbroadus@xevo.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.