From 1efac0594d4ffd0c3fa186c429e55a771f710dec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 19 May 2020 13:29:41 +0200 Subject: [PATCH] dev-python/django-otp: Require sqlite for tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/723612 Signed-off-by: Michał Górny --- dev-python/django-otp/django-otp-0.9.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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} -- 2.26.2