python3-pyroute2: Add missing dependency on sqlite3 for ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-10-02 20:59:19 -07:00
parent fe3a2def88
commit f46d400522

View File

@@ -30,6 +30,7 @@ SRC_URI += " \
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-fcntl \
python3-sqlite3 \
"
do_install_ptest() {