summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-26 00:01:19 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-26 09:09:03 -0700
commit55ff8137d47cdda973fe38ecfdb47e8b408182e8 (patch)
treec9324a494645c6382da9c41c13a5aeaff649807c /meta-python
parent79b8b765106630ab11efa388750cc36ce8875496 (diff)
downloadmeta-openembedded-55ff8137d47cdda973fe38ecfdb47e8b408182e8.tar.gz
python3-pyroute2: Add missing rdeps for ptests
These are needed with python 3.13 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyroute2_0.7.12.bb2
1 files changed, 2 insertions, 0 deletions
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 += " \
28 28
29RDEPENDS:${PN}-ptest += " \ 29RDEPENDS:${PN}-ptest += " \
30 python3-fcntl \ 30 python3-fcntl \
31 python3-html \
32 python3-netclient \
31 python3-pytest \ 33 python3-pytest \
32 python3-sqlite3 \ 34 python3-sqlite3 \
33 python3-unittest-automake-output \ 35 python3-unittest-automake-output \