python3-pyroute2: Add missing dependency on sqlite3 for ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f46d400522)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj
2023-10-02 20:59:19 -07:00
committed by Armin Kuster
parent f21b1fee8b
commit 2e9f97ae20
@@ -30,6 +30,7 @@ SRC_URI += " \
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-fcntl \
python3-sqlite3 \
"
do_install_ptest() {