mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ce5661ddc1
commit
64ab82509d
@@ -323,7 +323,7 @@ if __name__ == "__main__":
|
||||
"base64.* cookielib.* ftplib.* gopherlib.* hmac.* http* httplib.* mimetypes.* nntplib.* poplib.* smtplib.* telnetlib.* urllib uuid.* rfc822.* mimetools.*" )
|
||||
|
||||
m.addPackage( "${PN}-netserver", "Python Internet Protocol servers", "${PN}-core ${PN}-netclient ${PN}-shell ${PN}-threading",
|
||||
"cgi.* *HTTPServer.* SocketServer.*" )
|
||||
"cgi.* socketserver.* *HTTPServer.* SocketServer.*" )
|
||||
|
||||
m.addPackage( "${PN}-numbers", "Python number APIs", "${PN}-core ${PN}-lang ${PN}-re",
|
||||
"decimal.* fractions.* numbers.*" )
|
||||
|
||||
Reference in New Issue
Block a user