On Tue, May 21, 2019 at 6:41 PM Richard Purdie <[email protected]> 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... > > Cheers, > No sorry mozjs uses old crap in their configurations scripts nobody else does (python which) and ask for python2 explicitly.
Andreas -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
