diff options
author | Anders Darander <anders@chargestorm.se> | 2017-01-27 09:04:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-05 09:22:16 +0000 |
commit | 64ab82509dd0950bd831fc3fecc332cd10bf9156 (patch) | |
tree | 561b8ba16845dd8e0991c6cf371193f6864f8bf1 /scripts/contrib | |
parent | ce5661ddc115eb4261028f8e5a10c45c9e619342 (diff) | |
download | poky-64ab82509dd0950bd831fc3fecc332cd10bf9156.tar.gz |
python-3-manifest: add socketserver to netserver
socketserver.* should be part of python3-netserver.
(From OE-Core rev: 8aa71c7133f996f6ed09a3c094e553bed7f33c7a)
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')
-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 ac95bc8fa9..770ef754e6 100755 --- a/scripts/contrib/python/generate-manifest-3.5.py +++ b/scripts/contrib/python/generate-manifest-3.5.py | |||
@@ -323,7 +323,7 @@ if __name__ == "__main__": | |||
323 | "base64.* cookielib.* ftplib.* gopherlib.* hmac.* http* httplib.* mimetypes.* nntplib.* poplib.* smtplib.* telnetlib.* urllib uuid.* rfc822.* mimetools.*" ) | 323 | "base64.* cookielib.* ftplib.* gopherlib.* hmac.* http* httplib.* mimetypes.* nntplib.* poplib.* smtplib.* telnetlib.* urllib uuid.* rfc822.* mimetools.*" ) |
324 | 324 | ||
325 | m.addPackage( "${PN}-netserver", "Python Internet Protocol servers", "${PN}-core ${PN}-netclient ${PN}-shell ${PN}-threading", | 325 | m.addPackage( "${PN}-netserver", "Python Internet Protocol servers", "${PN}-core ${PN}-netclient ${PN}-shell ${PN}-threading", |
326 | "cgi.* *HTTPServer.* SocketServer.*" ) | 326 | "cgi.* socketserver.* *HTTPServer.* SocketServer.*" ) |
327 | 327 | ||
328 | m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re", | 328 | m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re", |
329 | "decimal.* fractions.* numbers.*" ) | 329 | "decimal.* fractions.* numbers.*" ) |