It is in the staging area for master-next ( http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stagging/master-next). It should be merged into master once the next world build cycle completes.
On Fri, Jan 26, 2018 at 5:08 AM, Andrew Goodbody < [email protected]> wrote: > Just wondering what is happening with this patch? > > I have a broken build until it is fixed. > > Thanks, > Andrew > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of Derek > Straka > Sent: 21 January 2018 16:21 > To: [email protected] > Subject: [oe] [meta-python][PATCH 05/10] Remove deprecated > ${PYTHON_PN}-importlib from the RDEPENDS > > The ${PYTHON_PN}-importlib package was removed as part of the migration to > the json manifest file. The functionality is now part of core > > Signed-off-by: Derek Straka <[email protected]> > --- > meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb | 2 +- > meta-python/recipes-devtools/python/python-astroid_1.6.0.bb | 1 - > meta-python/recipes-devtools/python/python-behave_1.2.5.bb | 2 +- > meta-python/recipes-devtools/python/python-can.inc | 1 - > meta-python/recipes-devtools/python/python-dbusmock_0.16.7.bb | 1 - > meta-python/recipes-devtools/python/python-django.inc | 1 - > meta-python/recipes-devtools/python/python-pandas_0.22.0.bb | 1 - > meta-python/recipes-devtools/python/python-pyroute2.inc | 1 - > meta-python/recipes-devtools/python/python-pyserial_3.4.bb | 2 +- > 9 files changed, 3 insertions(+), 9 deletions(-) > > diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb > b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb > index 9d2e165..7ddf4e5 100644 > --- a/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb > +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.22.0.bb > @@ -26,7 +26,7 @@ BBCLASSEXTEND = "native" > > EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" > > -RDEPENDS_${PN} += "python-setuptools python-importlib" > +RDEPENDS_${PN} += "python-setuptools" > RDEPENDS_${PN}_class-native = "" > > do_install_append() { > diff --git a/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb > b/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb > index 42208bc..fd98630 100644 > --- a/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb > +++ b/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb > @@ -4,7 +4,6 @@ require python-astroid.inc RDEPENDS_${PN}_class-target += > " \ > ${PYTHON_PN}-enum34 \ > ${PYTHON_PN}-backports-functools-lru-cache \ > - ${PYTHON_PN}-importlib \ > ${PYTHON_PN}-re \ > ${PYTHON_PN}-singledispatch \ > " > diff --git a/meta-python/recipes-devtools/python/python-behave_1.2.5.bb > b/meta-python/recipes-devtools/python/python-behave_1.2.5.bb > index 541a79d..3db2016 100644 > --- a/meta-python/recipes-devtools/python/python-behave_1.2.5.bb > +++ b/meta-python/recipes-devtools/python/python-behave_1.2.5.bb > @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5= > d950439e8ea6ed233e4288f5e1a49c06" > SRC_URI[md5sum] = "3af4bc2886d2be982e41bfaba61da3bc" > SRC_URI[sha256sum] = "81b731ac5187e31e4aad2594944fa9 > 14943683a9818320846d037c5ebd6d5d0b" > > -RDEPENDS_${PN} += "python-difflib python-setuptools python-pkgutil > python-misc python-argparse python-xml python-importlib python-enum34 > python-parse python-parse-type python-six" > +RDEPENDS_${PN} += "python-difflib python-setuptools python-pkgutil > python-misc python-argparse python-xml python-enum34 python-parse > python-parse-type python-six" > > inherit pypi setuptools > diff --git a/meta-python/recipes-devtools/python/python-can.inc > b/meta-python/recipes-devtools/python/python-can.inc > index 8cdd4d3..2b15af4 100644 > --- a/meta-python/recipes-devtools/python/python-can.inc > +++ b/meta-python/recipes-devtools/python/python-can.inc > @@ -10,7 +10,6 @@ PYPI_PACKAGE="python-can" > > RDEPENDS_${PN}_class-target += "\ > ${PYTHON_PN}-ctypes \ > - ${PYTHON_PN}-importlib \ > ${PYTHON_PN}-logging \ > ${PYTHON_PN}-misc \ > ${PYTHON_PN}-netserver \ > diff --git a/meta-python/recipes-devtools/python/python-dbusmock_0.16.7.bb > b/meta-python/recipes-devtools/python/python-dbusmock_0.16.7.bb > index fb8c0aa..ec8c54a 100644 > --- a/meta-python/recipes-devtools/python/python-dbusmock_0.16.7.bb > +++ b/meta-python/recipes-devtools/python/python-dbusmock_0.16.7.bb > @@ -20,7 +20,6 @@ inherit pypi setuptools > > RDEPENDS_${PN} += "\ > ${PYTHON_PN}-dbus \ > - ${PYTHON_PN}-importlib \ > ${PYTHON_PN}-pygobject \ > ${PYTHON_PN}-xml \ > " > diff --git a/meta-python/recipes-devtools/python/python-django.inc > b/meta-python/recipes-devtools/python/python-django.inc > index 9287715..3602a74 100644 > --- a/meta-python/recipes-devtools/python/python-django.inc > +++ b/meta-python/recipes-devtools/python/python-django.inc > @@ -19,7 +19,6 @@ RDEPENDS_${PN} += "\ > ${PYTHON_PN}-datetime \ > ${PYTHON_PN}-email \ > ${PYTHON_PN}-html \ > - ${PYTHON_PN}-importlib \ > ${PYTHON_PN}-json \ > ${PYTHON_PN}-multiprocessing \ > ${PYTHON_PN}-netserver \ > diff --git a/meta-python/recipes-devtools/python/python-pandas_0.22.0.bb > b/meta-python/recipes-devtools/python/python-pandas_0.22.0.bb > index 355074c..b3bfab9 100644 > --- a/meta-python/recipes-devtools/python/python-pandas_0.22.0.bb > +++ b/meta-python/recipes-devtools/python/python-pandas_0.22.0.bb > @@ -4,5 +4,4 @@ require python-pandas.inc RDEPENDS_${PN} += " \ > ${PYTHON_PN}-future \ > ${PYTHON_PN}-json \ > - ${PYTHON_PN}-importlib \ > " > diff --git a/meta-python/recipes-devtools/python/python-pyroute2.inc > b/meta-python/recipes-devtools/python/python-pyroute2.inc > index f63ccbd..24e3555 100644 > --- a/meta-python/recipes-devtools/python/python-pyroute2.inc > +++ b/meta-python/recipes-devtools/python/python-pyroute2.inc > @@ -13,7 +13,6 @@ inherit pypi > RDEPENDS_${PN} += " \ > ${PYTHON_PN}-ctypes \ > ${PYTHON_PN}-distutils \ > - ${PYTHON_PN}-importlib \ > ${PYTHON_PN}-json \ > ${PYTHON_PN}-logging \ > ${PYTHON_PN}-multiprocessing \ > diff --git a/meta-python/recipes-devtools/python/python-pyserial_3.4.bb > b/meta-python/recipes-devtools/python/python-pyserial_3.4.bb > index 0497087..fd852a2 100644 > --- a/meta-python/recipes-devtools/python/python-pyserial_3.4.bb > +++ b/meta-python/recipes-devtools/python/python-pyserial_3.4.bb > @@ -1,4 +1,4 @@ > inherit setuptools > require python-pyserial.inc > > -RDEPENDS_${PN} += "${PYTHON_PN}-argparse ${PYTHON_PN}-importlib" > +RDEPENDS_${PN} += "${PYTHON_PN}-argparse" > -- > 2.7.4 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
