aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-02-02 17:16:44 -0800
committerTim Orling <ticotimo@gmail.com>2020-02-05 06:40:30 -0800
commit17fadcce789cdb1eddfa28e9fc318c9f9de5b5ba (patch)
tree6df53967b4eae81637f6d320a73d0f77bd60024b
parentd5c1bc602865a6eefef696c33d5b669ab80de864 (diff)
downloadmeta-python2-17fadcce789cdb1eddfa28e9fc318c9f9de5b5ba.tar.gz
python2: add ntpath
python3 has this but python is missing this. [Yocto #13740] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python/python2-manifest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python/python2-manifest.json b/recipes-devtools/python/python/python2-manifest.json
index eb52e86..fd98774 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",