mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
python2-manifest: Add missing xmlrpclib.py
The manifest creation bug that was masking this file was fixed, rerun and add
the missing file to fix:
File "/usr/lib64/python2.7/SimpleXMLRPCServer.py", line 102, in <module>
import xmlrpclib
ImportError: No module named xmlrpclib
[YOCTO #12814]
(From OE-Core rev: e203b71b06df1e7d73fa300d45c428008a190d00)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1122,7 +1122,8 @@
|
||||
],
|
||||
"files": [
|
||||
"${libdir}/python2.7/DocXMLRPCServer.py",
|
||||
"${libdir}/python2.7/SimpleXMLRPCServer.py"
|
||||
"${libdir}/python2.7/SimpleXMLRPCServer.py",
|
||||
"${libdir}/python2.7/xmlrpclib.py"
|
||||
]
|
||||
},
|
||||
"zlib": {
|
||||
|
||||
Reference in New Issue
Block a user