aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-05-21 11:00:32 +0200
committerKhem Raj <raj.khem@gmail.com>2019-05-29 02:26:16 -0700
commite3392ec71968ccf16ed667dbc70683f00419906e (patch)
tree03b118e7d3392f91f5c0318f314fabc07e3a45f3 /meta-oe
parent7a81eea01aa06205732bddbe62df21f127c67955 (diff)
downloadmeta-openembedded-e3392ec71968ccf16ed667dbc70683f00419906e.tar.gz
python-six: put python2/3 variant together
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/python/python-six_1.12.0.bb2
1 files changed, 2 insertions, 0 deletions
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