dev-python/django_polymorphic: Require sqlite for tests

Closes: https://bugs.gentoo.org/723614
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-19 13:29:04 +02:00
parent 3c39000846
commit 7ae3ba460a

View File

@@ -24,6 +24,7 @@ RDEPEND="
DEPEND="
test? (
$(python_gen_impl_dep sqlite)
${RDEPEND}
dev-python/dj-database-url[${PYTHON_USEDEP}]
)