From: Armin Kuster Date: Tue, 4 Feb 2020 15:06:08 +0000 (-0800) Subject: python2: add ntpath X-Git-Tag: 2019-10.2-zeus~33 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=af41a2238beec0c34c1c1e5f25eed55f2a214643;p=openembedded-core.git python2: add ntpath python3 has this but python is missing this. [Yocto #13740] Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json index eb52e862ab..fd98774d00 100644 --- a/meta/recipes-devtools/python/python/python2-manifest.json +++ b/meta/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",