From: Tomasz Meresiński Date: Wed, 7 Feb 2018 16:27:44 +0000 (+0100) Subject: python3: Fix python3-logging dependencies X-Git-Tag: uninative-1.8~369 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ea5f51cf2b885ba32a3e5fe6049141e45606ecf3;p=openembedded-core.git python3: Fix python3-logging dependencies python3-logging depends on python3-netserver (logging/config.py:42) Signed-off-by: Tomasz Meresiński Signed-off-by: Ross Burton --- 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" },