[OE-core] [PATCH] python3: Fix python3-logging dependencies

Tomasz Meresiński tomasz.meresinski at comarch.pl
Wed Feb 7 16:27:44 UTC 2018


python3-logging depends on python3-netserver (logging/config.py:42)

Signed-off-by: Tomasz Meresiński<tomasz.meresinski at comarch.pl>
---
 meta/recipes-devtools/python/python3/python3-manifest.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index b117569..1914a4c 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"
     },
-- 
2.7.4




More information about the Openembedded-core mailing list