]> code.ossystems Code Review - openembedded-core.git/commit
python3: fix run-time deps for core python3 libraries
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Thu, 6 Apr 2017 05:07:44 +0000 (08:07 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Apr 2017 21:48:05 +0000 (22:48 +0100)
commit8e30b726c44f873e5fd9d3f36c3464a29b97abd8
tree970e01de4e633f8abc8cf735465e1516f93aee85
parentd9430de1b8b40b5f6cba74de20ea2bf69667e64c
python3: fix run-time deps for core python3 libraries

The http.server module from python3-netclient imports the html module
which is in python3-html. Also xmlrpc.server imports pydoc which is a
part of python3-pydoc. But those run-time dependencies are missing
from python3-netclient and python3-xmlrpc respectively.

Add the missing run-time dependencies.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-3.5-manifest.inc
scripts/contrib/python/generate-manifest-3.5.py