mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 10:38:48 +00:00
python3-pyroute2: add missing rdepend of python3-unittest
Without it, it will throw "ModuleNotFoundError: No module named 'unittest'" from pyroute2/netlink/rtnl/iprsocket.py" line 6. Signed-off-by: Jeroen Hofstee <jhofstee@victronenergy.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
95eab24c06
commit
b7245e15b9
@ -19,6 +19,7 @@ RDEPENDS:${PN} += " \
|
||||
python3-pkgutil \
|
||||
python3-pprint \
|
||||
python3-shell \
|
||||
python3-unittest \
|
||||
python3-unixadmin \
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user