All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCH] python2: add ntpath
@ 2020-02-05 14:41 Tim Orling
  0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2020-02-05 14:41 UTC (permalink / raw)
  To: openembedded-devel

From: Armin Kuster <akuster808@gmail.com>

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>
---
 recipes-devtools/python/python/python2-manifest.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-devtools/python/python/python2-manifest.json b/recipes-devtools/python/python/python2-manifest.json
index eb52e862..fd98774d 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", 
-- 
2.25.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-05 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 14:41 [meta-python2][PATCH] python2: add ntpath Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.