mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bed1fb22ec
commit
c427ed474c
@@ -591,7 +591,8 @@
|
||||
],
|
||||
"rdepends": [
|
||||
"core",
|
||||
"stringold"
|
||||
"stringold",
|
||||
"netserver"
|
||||
],
|
||||
"summary": "Python logging support"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user