community/buho: add missing dep
Using Buho on stock Phosh will result in error messages like
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
ERROR OPENING DB "Driver not loaded Driver not loaded" "{a0a170d5-d1c1-4274-a100-9dc3e7a9ba3d}"
QSqlQuery::exec: database not open
and the user won't be able to store any notes. That's because qt5-qtbase-sqlite
is missing as a dependency.
Thank you Bart (as always), for your hard efforts packaging and maintaining all those Qt apps!