summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-02-04 07:06:08 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-04 18:42:49 +0000
commitaf41a2238beec0c34c1c1e5f25eed55f2a214643 (patch)
tree03c5541ef1dee3a2e30a0a8c016281a3ced92255 /meta/recipes-devtools
parentbc31d2d68135ce0a856db62519b370d6c05201f1 (diff)
downloadopenembedded-core-contrib-af41a2238beec0c34c1c1e5f25eed55f2a214643.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: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python/python2-manifest.json1
1 files changed, 1 insertions, 0 deletions
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",