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.5.12.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.5.12.ebuild')
-rw-r--r--dev-python/django/django-1.5.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django/django-1.5.12.ebuild b/dev-python/django/django-1.5.12.ebuild
index ce81f7dcde24..c41ae1d733eb 100644
--- a/dev-python/django/django-1.5.12.ebuild
+++ b/dev-python/django/django-1.5.12.ebuild
@@ -27,7 +27,7 @@ RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
mysql? ( >=dev-python/mysql-python-1.2.3[${PY2_USEDEP}] )"
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
- test? ( ${PYTHON_DEPS//sqlite?/sqlite} )"
+ test? ( $(python_gen_impl_dep sqlite) )"
REQUIRED_USE="mysql? ( $(python_gen_useflags python2_7) )
postgres? ( || ( $(python_gen_useflags 'python{2_7,3_2,3_3}') ) )"