dev-python/django-tagging: Require python with sqlite for tests

Closes: https://bugs.gentoo.org/723630
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-18 12:25:34 +02:00
parent bff3e151d3
commit aad768fc3e

View File

@@ -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