python3-pyroute2: Add missing rdeps for ptests

These are needed with python 3.13

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-10-26 00:01:19 -07:00
parent 79b8b76510
commit 55ff8137d4

View File

@@ -28,6 +28,8 @@ SRC_URI += " \
RDEPENDS:${PN}-ptest += " \ RDEPENDS:${PN}-ptest += " \
python3-fcntl \ python3-fcntl \
python3-html \
python3-netclient \
python3-pytest \ python3-pytest \
python3-sqlite3 \ python3-sqlite3 \
python3-unittest-automake-output \ python3-unittest-automake-output \