From 60a35748f819aa4d0b38d04731efd7b7e8ae6cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 7 Jul 2020 17:30:01 +0200 Subject: [PATCH] dev-python/testfixtures: Require sqlite for django test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/719028 Signed-off-by: Michał Górny --- dev-python/testfixtures/testfixtures-6.14.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/testfixtures/testfixtures-6.14.1.ebuild b/dev-python/testfixtures/testfixtures-6.14.1.ebuild index 3dccebaaf69a6..1c445c8782702 100644 --- a/dev-python/testfixtures/testfixtures-6.14.1.ebuild +++ b/dev-python/testfixtures/testfixtures-6.14.1.ebuild @@ -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}]