From c427ed474cfe0ff6acc309ffefe61751d0875e59 Mon Sep 17 00:00:00 2001 From: Tomasz Meresiński Date: Wed, 7 Feb 2018 17:27:44 +0100 Subject: python3: Fix python3-logging dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit python3-logging depends on python3-netserver (logging/config.py:42) (From OE-Core rev: ea5f51cf2b885ba32a3e5fe6049141e45606ecf3) Signed-off-by: Tomasz Meresiński Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3/python3-manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json') 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" }, -- cgit v1.2.3-54-g00ecf