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

git at git.openembedded.org git at git.openembedded.org
Tue May 7 10:43:53 UTC 2019


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

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

commit cca4df5254a731deb09606ecf7c1700a89597a17
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