diff options
author | Tomasz Meresiński <tomasz.meresinski@comarch.pl> | 2018-02-07 17:27:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-16 17:56:33 +0000 |
commit | ea5f51cf2b885ba32a3e5fe6049141e45606ecf3 (patch) | |
tree | f1e2fc1bdd58bbbd48c07608bc7861d5a90b396a | |
parent | 49403dde0b69ee624c2dce7c60cf3a3962e83c54 (diff) | |
download | openembedded-core-ea5f51cf2b885ba32a3e5fe6049141e45606ecf3.tar.gz openembedded-core-ea5f51cf2b885ba32a3e5fe6049141e45606ecf3.tar.bz2 openembedded-core-ea5f51cf2b885ba32a3e5fe6049141e45606ecf3.zip |
python3: Fix python3-logging dependencies
python3-logging depends on python3-netserver (logging/config.py:42)
Signed-off-by: Tomasz Meresiński<tomasz.meresinski@comarch.pl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index b11756926b..1914a4c43b 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -591,7 +591,8 @@ ], "rdepends": [ "core", - "stringold" + "stringold", + "netserver" ], "summary": "Python logging support" }, |