[oe-commits] [openembedded-core] 07/17: python3: Add ntpath.py to python core

git at git.openembedded.org git at git.openembedded.org
Wed May 8 11:22:46 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 9ff61fa83a0a4f2a7b5b0376b6c48fb1173c9ac7
Author: Alex Kiernan <alex.kiernan at gmail.com>
AuthorDate: Sun May 5 06:23:13 2019 +0100

    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python3/python3-manifest.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 0a4ab2c..0803ac0 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -281,6 +281,7 @@
             "${libdir}/python${PYTHON_MAJMIN}/linecache.py",
             "${libdir}/python${PYTHON_MAJMIN}/locale.py",
             "${libdir}/python${PYTHON_MAJMIN}/new.py",
+            "${libdir}/python${PYTHON_MAJMIN}/ntpath.py",
             "${libdir}/python${PYTHON_MAJMIN}/opcode.py",
             "${libdir}/python${PYTHON_MAJMIN}/operator.py",
             "${libdir}/python${PYTHON_MAJMIN}/optparse.py",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list