From: Michał Górny Date: Tue, 19 May 2020 11:29:41 +0000 (+0200) Subject: dev-python/django-otp: Require sqlite for tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1efac0594d4ffd0c3fa186c429e55a771f710dec;p=gentoo.git dev-python/django-otp: Require sqlite for tests Closes: https://bugs.gentoo.org/723612 Signed-off-by: Michał Górny --- diff --git a/dev-python/django-otp/django-otp-0.9.1.ebuild b/dev-python/django-otp/django-otp-0.9.1.ebuild index 4bbf7d96389b..cb3c87c6043b 100644 --- a/dev-python/django-otp/django-otp-0.9.1.ebuild +++ b/dev-python/django-otp/django-otp-0.9.1.ebuild @@ -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}