diff options
author | Anders Darander <anders@chargestorm.se> | 2017-01-27 09:09:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-05 09:22:16 +0000 |
commit | 5776eea84d7cd9c54e3fcf14f10299d20bd52199 (patch) | |
tree | 1441c55bb91dbf161706f0dc47eb1d06ca5c9fd9 /scripts/contrib/python | |
parent | db6977f72ca955de7ac50ceaea7e8cd880513a68 (diff) | |
download | poky-5776eea84d7cd9c54e3fcf14f10299d20bd52199.tar.gz |
python-3-manifest: add ipaddress to python3-io
This allows us to use ipaddress without requiring the add the whole
python3-misc.
(From OE-Core rev: d0e9013f6c68104369de940f5dd8a6ef76cd0210)
Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/python')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py index 1a06896b5c..55bda1973f 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py | |||
@@ -289,7 +289,7 @@ if __name__ == "__main__": | |||
289 | 289 | ||
290 | m.addPackage( "${PN}-io", "Python low-level I/O", "${PN}-core ${PN}-math", | 290 | m.addPackage( "${PN}-io", "Python low-level I/O", "${PN}-core ${PN}-math", |
291 | "lib-dynload/_socket.*.so lib-dynload/_io.*.so lib-dynload/_ssl.*.so lib-dynload/select.*.so lib-dynload/termios.*.so lib-dynload/cStringIO.*.so " + | 291 | "lib-dynload/_socket.*.so lib-dynload/_io.*.so lib-dynload/_ssl.*.so lib-dynload/select.*.so lib-dynload/termios.*.so lib-dynload/cStringIO.*.so " + |
292 | "pipes.* socket.* ssl.* tempfile.* StringIO.* io.* _pyio.*" ) | 292 | "ipaddress.* pipes.* socket.* ssl.* tempfile.* StringIO.* io.* _pyio.*" ) |
293 | 293 | ||
294 | m.addPackage( "${PN}-json", "Python JSON support", "${PN}-core ${PN}-math ${PN}-re", | 294 | m.addPackage( "${PN}-json", "Python JSON support", "${PN}-core ${PN}-math ${PN}-re", |
295 | "json lib-dynload/_json.*.so" ) # package | 295 | "json lib-dynload/_json.*.so" ) # package |