python3-prettytable: add python3-sqlite3 for ptest

Add python3-sqlite3 to ptest RDEPENDS.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Trevor Gamblin
2021-05-25 15:38:45 -04:00
committed by Khem Raj
parent 4149376ec2
commit 7d1fbc93bc

View File

@@ -31,7 +31,8 @@ RDEPENDS_${PN} += " \
"
RDEPENDS_${PN}-ptest += " \
${PYTHON_PN}-pytest \
${PYTHON_PN}-pytest \
${PYTHON_PN}-sqlite3 \
"
do_install_ptest() {