python-barbican: remove sqlite dependencies

sqlite3 is required by stx 3.0 instead of sqlite.
Removing python-pysqlite.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Jackie Huang 2020-04-30 17:20:45 +08:00 committed by Babak Sarashki
parent 57907ebf14
commit add8aaf7c0

View File

@ -132,7 +132,6 @@ RDEPENDS_${PN} += " \
python-pastedeploy \
python-paste \
python-pycrypto \
python-pysqlite \
python-keystoneclient \
python-sqlalchemy \
python-stevedore \