]> 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)
committerArmin Kuster <akuster808@gmail.com>
Sun, 9 Feb 2020 21:54:56 +0000 (13:54 -0800)
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>
(cherry picked from commit af41a2238beec0c34c1c1e5f25eed55f2a214643)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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",