[oe] [meta-python2][PATCH] python2: add ntpath

Tim Orling ticotimo at gmail.com
Wed Feb 5 14:41:17 UTC 2020


From: Armin Kuster <akuster808 at gmail.com>

python3 has this but python is missing this.
[Yocto #13740]

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python/python2-manifest.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-devtools/python/python/python2-manifest.json b/recipes-devtools/python/python/python2-manifest.json
index eb52e862..fd98774d 100644
--- a/recipes-devtools/python/python/python2-manifest.json
+++ b/recipes-devtools/python/python/python2-manifest.json
@@ -267,6 +267,7 @@
             "${libdir}/python2.7/lib-dynload/xreadlines.so", 
             "${libdir}/python2.7/linecache.py", 
             "${libdir}/python2.7/new.py", 
+            "${libdir}/python2.7/ntpath.py",
             "${libdir}/python2.7/os.py", 
             "${libdir}/python2.7/platform.py", 
             "${libdir}/python2.7/posixpath.py", 
-- 
2.25.0



More information about the Openembedded-devel mailing list