[OE-core] [OE-Core][PATCH] bmap-tools: Add RDEPENDS on python3-misc

Alex Kiernan alex.kiernan at gmail.com
Fri May 3 18:32:19 UTC 2019


On Fri, May 3, 2019 at 6:34 PM Burton, Ross <ross.burton at intel.com> wrote:
>
> On Fri, 3 May 2019 at 17:48, Alex Kiernan <alex.kiernan at gmail.com> wrote:
> > The newer python3 recipe no longer includes python3-misc in target by
> > default, leading to failures:
> >
> >   Traceback (most recent call last):
> >     File "/usr/bin/bmaptool", line 6, in <module>
> >       from pkg_resources import load_entry_point
> >     File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 42, in <module>
> >       import ntpath
> >   ModuleNotFoundError: No module named 'ntpath'
>
> Looks like ntpath should be in a different package if pkg_resources
> won't run without it.
>

Sorry, should've looked more closely... I'll take a look at it.

> >  RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six"
> > +RDEPENDS_${PN}_append_class-target = " python3-misc"
>
> Why class-target only?
>

It doesn't exist for native (which was a surprise).

-- 
Alex Kiernan


More information about the Openembedded-core mailing list