[oe-commits] [openembedded-core] 17/57: python3: Fix python3-logging dependencies

git at git.openembedded.org git at git.openembedded.org
Thu Feb 15 13:31:16 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e29a89729eb27b69d3670a55283896cbc07498f2
Author: Tomasz Meresiński <tomasz.meresinski at comarch.pl>
AuthorDate: Wed Feb 7 17:27:44 2018 +0100

    python3: Fix python3-logging dependencies
    
    python3-logging depends on python3-netserver (logging/config.py:42)
    
    Signed-off-by: Tomasz Meresiński<tomasz.meresinski at comarch.pl>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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"
     },

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list