mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-16 22:28:18 +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:
@@ -19,6 +19,7 @@ RDEPENDS:${PN} += " \
|
||||
python3-pkgutil \
|
||||
python3-pprint \
|
||||
python3-shell \
|
||||
python3-unittest \
|
||||
python3-unixadmin \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user