summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-10 12:51:41 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-10 12:54:22 +0100
commit51387d96d2100653c21c2125766020d77ce0b781 (patch)
treed44a83e6a950bdd42b4f6076b286cbd4115ed7a9 /dev-python/django/django-1.5.12.ebuild
parentmedia-libs/aubio: Install python last so that cwd is not changed too early. B... (diff)
downloadgentoo-51387d96d2100653c21c2125766020d77ce0b781.tar.gz
gentoo-51387d96d2100653c21c2125766020d77ce0b781.tar.bz2
gentoo-51387d96d2100653c21c2125766020d77ce0b781.zip
Convert from virtual/python-imaging to plain dev-python/pillow
Signed-off-by: Justin Lecher <jlec@gentoo.org>
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 47d2191ae722..aa6df6d9fda7 100644
--- a/dev-python/django/django-1.5.12.ebuild
+++ b/dev-python/django/django-1.5.12.ebuild
@@ -22,7 +22,7 @@ IUSE="doc mysql postgres sqlite test"
PY2_USEDEP=$(python_gen_usedep python2_7)
PY23_USEDEP=$(python_gen_usedep python2_7 'python{3_3,3_4}')
-RDEPEND="virtual/python-imaging[${PYTHON_USEDEP}]
+RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
postgres? ( dev-python/psycopg:2[${PY23_USEDEP}] )
mysql? ( >=dev-python/mysql-python-1.2.3[${PY2_USEDEP}] )"
DEPEND="${RDEPEND}