diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-31 16:28:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-02 11:05:59 +0000 |
commit | 9fe8b85f20a252c38698841a93659fa49fc912fe (patch) | |
tree | 8685690a6c32fd62c9de16d6b8d44781ee458bf1 /meta/recipes-devtools/python | |
parent | 23eab5d82c04e3f9e90a7e178b8d1535a14377ec (diff) | |
download | poky-9fe8b85f20a252c38698841a93659fa49fc912fe.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python/python2-manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json index 4fff54a95b..81f1c24f97 100644 --- a/meta/recipes-devtools/python/python/python2-manifest.json +++ b/meta/recipes-devtools/python/python/python2-manifest.json | |||
@@ -1122,7 +1122,8 @@ | |||
1122 | ], | 1122 | ], |
1123 | "files": [ | 1123 | "files": [ |
1124 | "${libdir}/python2.7/DocXMLRPCServer.py", | 1124 | "${libdir}/python2.7/DocXMLRPCServer.py", |
1125 | "${libdir}/python2.7/SimpleXMLRPCServer.py" | 1125 | "${libdir}/python2.7/SimpleXMLRPCServer.py", |
1126 | "${libdir}/python2.7/xmlrpclib.py" | ||
1126 | ] | 1127 | ] |
1127 | }, | 1128 | }, |
1128 | "zlib": { | 1129 | "zlib": { |