]> code.ossystems Code Review - openembedded-core.git/commitdiff
python2: add ntpath
authorArmin Kuster <akuster808@gmail.com>
Tue, 4 Feb 2020 15:06:08 +0000 (07:06 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Feb 2020 18:42:49 +0000 (18:42 +0000)
python3 has this but python is missing this.
[Yocto #13740]

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/python2-manifest.json

index eb52e862ab313012c1ee1b25715a39bc3d4008f3..fd98774d007b61234bfeeac22fc26778f2b12ac2 100644 (file)
             "${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",