commit: 60a35748f819aa4d0b38d04731efd7b7e8ae6cc2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jul 7 15:30:01 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 7 15:30:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a35748
dev-python/testfixtures: Require sqlite for django test Closes: https://bugs.gentoo.org/719028 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 3dccebaaf69..1c445c87827 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}]
