mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user