diff mbox series

[oe,meta-oe,V2,1/4] python-six: put python2/3 variant together

Message ID 20190529092528.23660-1-raj.khem@gmail.com
State Accepted
Commit e3392ec71968ccf16ed667dbc70683f00419906e
Headers show
Series [oe,meta-oe,V2,1/4] python-six: put python2/3 variant together | expand

Commit Message

Khem Raj May 29, 2019, 9:25 a.m. UTC
From: Andreas Müller <schnitzeltony@gmail.com>

Upcoming 60.2.3 mozjs (meta-oe) requires python(2)-six-native for its
configuration. Currently python(2)-six lives in meta-python and it could be
moved to mozjs's home meta-oe but that would be just further clutter.

Once applied here patch to meta-python will be send.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
v2: No change

 meta-oe/recipes-devtools/python/python-six_1.12.0.bb | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/python/python-six_1.12.0.bb
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/python/python-six_1.12.0.bb b/meta-oe/recipes-devtools/python/python-six_1.12.0.bb
new file mode 100644
index 0000000000..af26e83d60
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python-six_1.12.0.bb
@@ -0,0 +1,2 @@ 
+inherit pypi setuptools
+require recipes-devtools/python/python-six.inc