diff mbox series

[meta-networking] python3-pyroute2: add missing rdepend of python3-unittest

Message ID 20260404223217.127368-1-jeroen@myspectrum.nl
State Under Review
Headers show
Series [meta-networking] python3-pyroute2: add missing rdepend of python3-unittest | expand

Commit Message

Jeroen Hofstee April 4, 2026, 10:32 p.m. UTC
From: Jeroen Hofstee <jhofstee@victronenergy.com>

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>
---
 meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb
index 8005d1275b..d5c95cf546 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb
@@ -19,6 +19,7 @@  RDEPENDS:${PN} += " \
     python3-pkgutil \
     python3-pprint \
     python3-shell \
+    python3-unittest \
     python3-unixadmin \
 "