summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
index fe7206255c..70034f8405 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
@@ -31,7 +31,8 @@ RDEPENDS_${PN} += " \
31" 31"
32 32
33RDEPENDS_${PN}-ptest += " \ 33RDEPENDS_${PN}-ptest += " \
34 ${PYTHON_PN}-pytest \ 34 ${PYTHON_PN}-pytest \
35 ${PYTHON_PN}-sqlite3 \
35" 36"
36 37
37do_install_ptest() { 38do_install_ptest() {