diff options
| author | Jeroen Hofstee <jhofstee@victronenergy.com> | 2026-04-05 00:32:16 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-05 07:48:16 +0000 |
| commit | b7245e15b9d2727d1e98eba18268da7cf3c98c0a (patch) | |
| tree | a9f0c6aec9863fa72b226fcbff313fccdf748e33 /meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb | |
| parent | 95eab24c06d63f1d632e93e14f178c8e09868b60 (diff) | |
| download | meta-openembedded-b7245e15b9d2727d1e98eba18268da7cf3c98c0a.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyroute2_0.9.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} += " \ | |||
| 19 | python3-pkgutil \ | 19 | python3-pkgutil \ |
| 20 | python3-pprint \ | 20 | python3-pprint \ |
| 21 | python3-shell \ | 21 | python3-shell \ |
| 22 | python3-unittest \ | ||
| 22 | python3-unixadmin \ | 23 | python3-unixadmin \ |
| 23 | " | 24 | " |
| 24 | 25 | ||
