dev-python/testfixtures: Require sqlite for django test

Closes: https://bugs.gentoo.org/719028
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-07-07 17:30:01 +02:00
parent 977c646617
commit 60a35748f8

View File

@@ -17,12 +17,12 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RESTRICT="!test? ( test )"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
BDEPEND="
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
)
test? (
$(python_gen_impl_dep sqlite)
dev-python/django[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-django[${PYTHON_USEDEP}]