diff options
author | Tomasz Meresiński <tomasz.meresinski@comarch.pl> | 2018-02-07 17:27:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-16 18:05:39 +0000 |
commit | c427ed474cfe0ff6acc309ffefe61751d0875e59 (patch) | |
tree | e1400762e689fa8599ff457e77e58d17fe566f2a /meta/recipes-devtools | |
parent | bed1fb22ecfe3d280670571530d6d52a02fed677 (diff) | |
download | poky-c427ed474cfe0ff6acc309ffefe61751d0875e59.tar.gz |
python3: Fix python3-logging dependencies
python3-logging depends on python3-netserver (logging/config.py:42)
(From OE-Core rev: ea5f51cf2b885ba32a3e5fe6049141e45606ecf3)
Signed-off-by: Tomasz Meresiński<tomasz.meresinski@comarch.pl>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 3 |
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 @@ | |||
591 | ], | 591 | ], |
592 | "rdepends": [ | 592 | "rdepends": [ |
593 | "core", | 593 | "core", |
594 | "stringold" | 594 | "stringold", |
595 | "netserver" | ||
595 | ], | 596 | ], |
596 | "summary": "Python logging support" | 597 | "summary": "Python logging support" |
597 | }, | 598 | }, |