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.4.22.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.4.22.ebuild')
-rw-r--r--dev-python/django/django-1.4.22.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-1.4.22.ebuild b/dev-python/django/django-1.4.22.ebuild
index 51687fb79f5c..e2a62166f497 100644
--- a/dev-python/django/django-1.4.22.ebuild
+++ b/dev-python/django/django-1.4.22.ebuild
@@ -24,7 +24,7 @@ RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${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}]