From: Michał Górny Date: Mon, 18 May 2020 10:25:34 +0000 (+0200) Subject: dev-python/django-tagging: Require python with sqlite for tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aad768fc3e6016945749ff7b028ecf6841ab808a;p=gentoo.git dev-python/django-tagging: Require python with sqlite for tests Closes: https://bugs.gentoo.org/723630 Signed-off-by: Michał Górny --- diff --git a/dev-python/django-tagging/django-tagging-0.5.0.ebuild b/dev-python/django-tagging/django-tagging-0.5.0.ebuild index f20e767c32e7..c6bfe58d4599 100644 --- a/dev-python/django-tagging/django-tagging-0.5.0.ebuild +++ b/dev-python/django-tagging/django-tagging-0.5.0.ebuild @@ -14,8 +14,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-python/django-1.0[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( + $(python_gen_impl_dep sqlite) + )" distutils_enable_sphinx docs