]> code.ossystems Code Review - openembedded-core.git/commit
python-2.7/3.4-manifest.inc: add missing dependencies for python-netserver
authorHenning Heinold <henning@itconsulting-heinold.de>
Tue, 16 Jun 2015 18:24:49 +0000 (20:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:38:17 +0000 (11:38 +0100)
commitf1be556005d18ac929d194df44322dfaeed54cc6
tree84e2142ced394e92c66f8ababe8e27f8be50b7d1
parentc254807c9d1b515b17c4fc9ee92f6a86aaaac1f6
python-2.7/3.4-manifest.inc: add missing dependencies for python-netserver

* SimpleHTTPServer imports shutil so we need
  definitly python-shell

* SocketServer can be run without the threading modul,
  but I think we should run the full blown stuff, so
  let us add python-threading

* this work was sponsored by sysmocom GmbH

Signed-off-by: Henning Heinold <henning@itconsulting-heinold.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-2.7-manifest.inc
meta/recipes-devtools/python/python-3.4-manifest.inc
scripts/contrib/python/generate-manifest-2.7.py
scripts/contrib/python/generate-manifest-3.4.py