From b7245e15b9d2727d1e98eba18268da7cf3c98c0a Mon Sep 17 00:00:00 2001 From: Jeroen Hofstee Date: Sun, 5 Apr 2026 00:32:16 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb | 1 + 1 file changed, 1 insertion(+) 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 \ "