diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 12:51:41 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 12:54:22 +0100 |
commit | 51387d96d2100653c21c2125766020d77ce0b781 (patch) | |
tree | d44a83e6a950bdd42b4f6076b286cbd4115ed7a9 /dev-python/sympy | |
parent | media-libs/aubio: Install python last so that cwd is not changed too early. B... (diff) | |
download | gentoo-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/sympy')
-rw-r--r-- | dev-python/sympy/sympy-0.7.4.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/sympy/sympy-0.7.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sympy/sympy-0.7.4.1.ebuild b/dev-python/sympy/sympy-0.7.4.1.ebuild index ef012857b714..cc01bc99487f 100644 --- a/dev-python/sympy/sympy-0.7.4.1.ebuild +++ b/dev-python/sympy/sympy-0.7.4.1.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" $(python_gen_cond_dep '>=dev-python/pexpect-2.0[${PYTHON_USEDEP}]' python2_7) - imaging? ( virtual/python-imaging[${PYTHON_USEDEP}] ) + imaging? ( dev-python/pillow[${PYTHON_USEDEP}] ) ipython? ( dev-python/ipython[${PYTHON_USEDEP}] ) latex? ( virtual/latex-base diff --git a/dev-python/sympy/sympy-0.7.6.ebuild b/dev-python/sympy/sympy-0.7.6.ebuild index cc93a001175d..109b43f222df 100644 --- a/dev-python/sympy/sympy-0.7.6.ebuild +++ b/dev-python/sympy/sympy-0.7.6.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} RDEPEND=" $(python_gen_cond_dep '>=dev-python/pexpect-2.0[${PYTHON_USEDEP}]' python2_7) - imaging? ( virtual/python-imaging[${PYTHON_USEDEP}] ) + imaging? ( dev-python/pillow[${PYTHON_USEDEP}] ) ipython? ( dev-python/ipython[${PYTHON_USEDEP}] ) latex? ( virtual/latex-base |