diff mbox series

[meta-python,1/2] python3-pyroute2: Add missing rdeps for ptests

Message ID 20241026160838.2872370-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-pyroute2: Add missing rdeps for ptests | expand

Commit Message

Khem Raj Oct. 26, 2024, 4:08 p.m. UTC
These are needed with python 3.13

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb
index cf9885df71..a12fa0ac4c 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb
@@ -28,6 +28,8 @@  SRC_URI += " \
 
 RDEPENDS:${PN}-ptest += " \
     python3-fcntl \
+    python3-html \
+    python3-netclient \
     python3-pytest \
     python3-sqlite3 \
     python3-unittest-automake-output \