diff options
author | Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> | 2017-04-06 08:07:44 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-10 23:00:43 +0100 |
commit | e9cf698d0928f986cc67e72246e3547d68785b0e (patch) | |
tree | e576989fc609fbf8fd29e49609bd0a5b19332765 /meta/lib | |
parent | 57bbedcfeb6bad7c50d1ca3ef50d31eff767a8b4 (diff) | |
download | poky-e9cf698d0928f986cc67e72246e3547d68785b0e.tar.gz |
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.
(From OE-Core rev: 8e30b726c44f873e5fd9d3f36c3464a29b97abd8)
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions