dev-python/micawber: Require sqlite for tests

Closes: https://bugs.gentoo.org/723538
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-18 12:35:26 +02:00
parent f177489211
commit d13f8ef874

View File

@@ -18,6 +18,7 @@ RESTRICT="!test? ( test )"
BDEPEND="
test? (
$(python_gen_impl_dep sqlite)
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
)"