summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTomasz Meresiński <tomasz.meresinski@comarch.pl>2018-02-07 17:27:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-16 17:56:33 +0000
commitea5f51cf2b885ba32a3e5fe6049141e45606ecf3 (patch)
treef1e2fc1bdd58bbbd48c07608bc7861d5a90b396a /meta
parent49403dde0b69ee624c2dce7c60cf3a3962e83c54 (diff)
downloadopenembedded-core-contrib-ea5f51cf2b885ba32a3e5fe6049141e45606ecf3.tar.gz
python3: Fix python3-logging dependencies
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json3
1 files changed, 2 insertions, 1 deletions
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"
},