From f46d4005229b5fc229e2c7e5bc5a6267211ff8de Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Oct 2023 20:59:19 -0700 Subject: python3-pyroute2: Add missing dependency on sqlite3 for ptests Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb index 39fbd1a00e..baf3cf8ede 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb @@ -30,6 +30,7 @@ SRC_URI += " \ RDEPENDS:${PN}-ptest += " \ python3-pytest \ python3-fcntl \ + python3-sqlite3 \ " do_install_ptest() { -- cgit v1.2.3-54-g00ecf