From e3392ec71968ccf16ed667dbc70683f00419906e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 21 May 2019 11:00:32 +0200 Subject: python-six: put python2/3 variant together MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 (limited to 'meta-oe') 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 -- cgit 1.2.3-korg