On 05/21/2019 12:41 PM, Richard Purdie wrote: > On Tue, 2019-05-21 at 11:00 +0200, Andreas Müller wrote: >> 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 <[email protected]> >> --- >> meta/recipes-devtools/python/python-six_1.12.0.bb | 2 ++ >> 1 file changed, 2 insertions(+) >> create mode 100644 meta/recipes-devtools/python/python-six_1.12.0.bb >> >> diff --git a/meta/recipes-devtools/python/python-six_1.12.0.bb >> b/meta/recipes-devtools/python/python-six_1.12.0.bb >> new file mode 100644 >> index 0000000000..9075745d74 >> --- /dev/null >> +++ b/meta/recipes-devtools/python/python-six_1.12.0.bb >> @@ -0,0 +1,2 @@ >> +inherit pypi setuptools >> +require python-six.inc > > Can it not use python3? Python2 is rapidly running out of time at this > point and I'd not expect new dependencies on python2 to be appearing...
Also, I suspect plenty of other things use python-six and expect to get it from meta-python, not meta-oe. We need to be driving everything we can to python3. Philip > > Cheers, > > Richard > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
