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

Burton, Ross ross.burton at intel.com
Fri May 3 17:34:05 UTC 2019


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.

>  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?

Ross


More information about the Openembedded-core mailing list