mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/django-otp: Require sqlite for tests
Closes: https://bugs.gentoo.org/723612 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -21,7 +21,11 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/django-1.11[${PYTHON_USEDEP}]"
|
||||
BDEPEND="test? ( ${RDEPEND} )"
|
||||
BDEPEND="
|
||||
test? (
|
||||
$(python_gen_impl_dep sqlite)
|
||||
${RDEPEND}
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
local -x PYTHONPATH=test:${PYTHONPATH}
|
||||
|
||||
Reference in New Issue
Block a user