diff mbox series

[meta-python,1/3] python3-pyroute2: Add missing dependency on sqlite3 for ptests

Message ID 20231003042313.1153843-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/3] python3-pyroute2: Add missing dependency on sqlite3 for ptests | expand

Commit Message

Khem Raj Oct. 3, 2023, 4:23 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pyroute2_0.7.9.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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() {