mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
python3: Add ntpath.py to python core
The newer python3 recipe no longer includes ntpath.py in core, leading
to failures in pkg_resources:
Traceback (most recent call last):
File "/usr/bin/bmaptool", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 42, in <module>
import ntpath
ModuleNotFoundError: No module named 'ntpath'
(From OE-Core rev: 9ff61fa83a0a4f2a7b5b0376b6c48fb1173c9ac7)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
27c4975629
commit
c499f55303
@@ -281,6 +281,7 @@
|
||||
"${libdir}/python${PYTHON_MAJMIN}/linecache.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/locale.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/new.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/ntpath.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/opcode.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/operator.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/optparse.py",
|
||||
|
||||
Reference in New Issue
Block a user