* [meta-python][PATCH 1/3] python-cffi: add missing RDEPENDS on pycparser
@ 2019-07-16 15:45 Joshua Lock
2019-07-16 15:45 ` [meta-python][PATCH 2/3] python-attrs: add native BBCLASSEXTEND Joshua Lock
2019-07-16 15:45 ` [meta-python][PATCH 3/3] python-dateutil: " Joshua Lock
0 siblings, 2 replies; 3+ messages in thread
From: Joshua Lock @ 2019-07-16 15:45 UTC (permalink / raw)
To: openembedded-devel; +Cc: Joshua Lock
pycparser is a dependency as listed in the installation docs:
https://cffi.readthedocs.io/en/release-1.12/installation.html
Signed-off-by: Joshua Lock <jlock@vmware.com>
---
meta-python/recipes-devtools/python/python-cffi.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-python/recipes-devtools/python/python-cffi.inc b/meta-python/recipes-devtools/python/python-cffi.inc
index d86306bac..818d23815 100644
--- a/meta-python/recipes-devtools/python/python-cffi.inc
+++ b/meta-python/recipes-devtools/python/python-cffi.inc
@@ -10,6 +10,7 @@ SRC_URI[sha256sum] = "041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744
RDEPENDS_${PN}_class-target = " \
${PYTHON_PN}-ctypes \
${PYTHON_PN}-io \
+ ${PYTHON_PN}-pycparser \
${PYTHON_PN}-shell \
"
--
2.21.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [meta-python][PATCH 2/3] python-attrs: add native BBCLASSEXTEND
2019-07-16 15:45 [meta-python][PATCH 1/3] python-cffi: add missing RDEPENDS on pycparser Joshua Lock
@ 2019-07-16 15:45 ` Joshua Lock
2019-07-16 15:45 ` [meta-python][PATCH 3/3] python-dateutil: " Joshua Lock
1 sibling, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2019-07-16 15:45 UTC (permalink / raw)
To: openembedded-devel; +Cc: Joshua Lock
Signed-off-by: Joshua Lock <jlock@vmware.com>
---
meta-python/recipes-devtools/python/python-attrs.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc
index 1f767ba19..bd0f7ee2c 100644
--- a/meta-python/recipes-devtools/python/python-attrs.inc
+++ b/meta-python/recipes-devtools/python/python-attrs.inc
@@ -12,3 +12,5 @@ RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-crypt \
${PYTHON_PN}-ctypes \
"
+
+BBCLASSEXTEND = "native"
--
2.21.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [meta-python][PATCH 3/3] python-dateutil: add native BBCLASSEXTEND
2019-07-16 15:45 [meta-python][PATCH 1/3] python-cffi: add missing RDEPENDS on pycparser Joshua Lock
2019-07-16 15:45 ` [meta-python][PATCH 2/3] python-attrs: add native BBCLASSEXTEND Joshua Lock
@ 2019-07-16 15:45 ` Joshua Lock
1 sibling, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2019-07-16 15:45 UTC (permalink / raw)
To: openembedded-devel; +Cc: Joshua Lock
Signed-off-by: Joshua Lock <jlock@vmware.com>
---
meta-python/recipes-devtools/python/python-dateutil.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc
index e230f15dd..8cc2373cd 100644
--- a/meta-python/recipes-devtools/python/python-dateutil.inc
+++ b/meta-python/recipes-devtools/python/python-dateutil.inc
@@ -21,3 +21,5 @@ RDEPENDS_${PN}_class-target = "\
${PYTHON_PN}-six \
${PYTHON_PN}-stringold \
"
+
+BBCLASSEXTEND = "native"
--
2.21.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-16 15:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-16 15:45 [meta-python][PATCH 1/3] python-cffi: add missing RDEPENDS on pycparser Joshua Lock
2019-07-16 15:45 ` [meta-python][PATCH 2/3] python-attrs: add native BBCLASSEXTEND Joshua Lock
2019-07-16 15:45 ` [meta-python][PATCH 3/3] python-dateutil: " Joshua Lock
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.