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:
Jeroen Hofstee 2026-04-05 00:32:16 +02:00 committed by Khem Raj
parent 95eab24c06
commit b7245e15b9
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -19,6 +19,7 @@ RDEPENDS:${PN} += " \
python3-pkgutil \
python3-pprint \
python3-shell \
python3-unittest \
python3-unixadmin \
"