]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3: Fix python3-logging dependencies
authorTomasz Meresiński <tomasz.meresinski@comarch.pl>
Wed, 7 Feb 2018 16:27:44 +0000 (17:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2018 17:56:33 +0000 (17:56 +0000)
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>
meta/recipes-devtools/python/python3/python3-manifest.json

index b11756926bde9d57e7276a896eb7b72cd560f3d3..1914a4c43ba811ccfc3567e6bc32ae210039cd11 100644 (file)
         ],
         "rdepends": [
             "core",
-            "stringold"
+            "stringold",
+            "netserver"
         ],
         "summary": "Python logging support"
     },