summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-3.5-manifest.inc
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2017-01-27 09:04:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-05 09:22:16 +0000
commit64ab82509dd0950bd831fc3fecc332cd10bf9156 (patch)
tree561b8ba16845dd8e0991c6cf371193f6864f8bf1 /meta/recipes-devtools/python/python-3.5-manifest.inc
parentce5661ddc115eb4261028f8e5a10c45c9e619342 (diff)
downloadpoky-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 'meta/recipes-devtools/python/python-3.5-manifest.inc')
-rw-r--r--meta/recipes-devtools/python/python-3.5-manifest.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc
index 5c10cd21bf..555ac8844d 100644
--- a/meta/recipes-devtools/python/python-3.5-manifest.inc
+++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
@@ -159,7 +159,7 @@ FILES_${PN}-netclient="${libdir}/python3.5/*Cookie*.* ${libdir}/python3.5/__pyca
159 159
160SUMMARY_${PN}-netserver="Python Internet Protocol servers" 160SUMMARY_${PN}-netserver="Python Internet Protocol servers"
161RDEPENDS_${PN}-netserver="${PN}-core ${PN}-netclient ${PN}-shell ${PN}-threading" 161RDEPENDS_${PN}-netserver="${PN}-core ${PN}-netclient ${PN}-shell ${PN}-threading"
162FILES_${PN}-netserver="${libdir}/python3.5/cgi.* ${libdir}/python3.5/__pycache__/cgi.* ${libdir}/python3.5/*HTTPServer.* ${libdir}/python3.5/__pycache__/*HTTPServer.* ${libdir}/python3.5/SocketServer.* ${libdir}/python3.5/__pycache__/SocketServer.* " 162FILES_${PN}-netserver="${libdir}/python3.5/cgi.* ${libdir}/python3.5/__pycache__/cgi.* ${libdir}/python3.5/socketserver.* ${libdir}/python3.5/__pycache__/socketserver.* ${libdir}/python3.5/*HTTPServer.* ${libdir}/python3.5/__pycache__/*HTTPServer.* ${libdir}/python3.5/SocketServer.* ${libdir}/python3.5/__pycache__/SocketServer.* "
163 163
164SUMMARY_${PN}-numbers="Python number APIs" 164SUMMARY_${PN}-numbers="Python number APIs"
165RDEPENDS_${PN}-numbers="${PN}-core ${PN}-lang ${PN}-re" 165RDEPENDS_${PN}-numbers="${PN}-core ${PN}-lang ${PN}-re"