summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-12-22 23:41:06 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-31 15:52:03 +0100
commit3befd8513a3272507751f39dc879cb40bd6096ae (patch)
treef83ea75195a8fc7df60001a36ec76e80dfd35401 /dev-python/django/django-1.6.11.ebuild
parentapp-emulation/xen-tools: Make use of new python_gen_impl_dep function (diff)
downloadgentoo-3befd8513a3272507751f39dc879cb40bd6096ae.tar.gz
gentoo-3befd8513a3272507751f39dc879cb40bd6096ae.tar.bz2
gentoo-3befd8513a3272507751f39dc879cb40bd6096ae.zip
dev-python/django: Make use of the new python_gen_impl_dep function
Diffstat (limited to 'dev-python/django/django-1.6.11.ebuild')
-rw-r--r--dev-python/django/django-1.6.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-1.6.11.ebuild b/dev-python/django/django-1.6.11.ebuild
index 77cfaa900065..3f887e637462 100644
--- a/dev-python/django/django-1.6.11.ebuild
+++ b/dev-python/django/django-1.6.11.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
test? (
- ${PYTHON_DEPS//sqlite?/sqlite}
+ $(python_gen_impl_dep sqlite)
dev-python/docutils[${PYTHON_USEDEP}]
<dev-python/numpy-1.9[$(python_gen_usedep 'python*')]
dev-python/pillow[${PYTHON_USEDEP}]