]> code.ossystems Code Review - openembedded-core.git/commit
python3: Add ntpath.py to python core
authorAlex Kiernan <alex.kiernan@gmail.com>
Sun, 5 May 2019 05:23:13 +0000 (06:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 May 2019 11:12:30 +0000 (12:12 +0100)
commit9ff61fa83a0a4f2a7b5b0376b6c48fb1173c9ac7
tree1355e33526c86aff411ccbc5150ea6824c7526af
parente81004fd334a8204852f271101ddcf4a39e9ccb5
python3: Add ntpath.py to python core

The newer python3 recipe no longer includes ntpath.py in core, leading
to failures in pkg_resources:

  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'

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/python3-manifest.json