diff options
Diffstat (limited to 'dev-python/aplpy/aplpy-0.9.14.ebuild')
-rw-r--r-- | dev-python/aplpy/aplpy-0.9.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aplpy/aplpy-0.9.14.ebuild b/dev-python/aplpy/aplpy-0.9.14.ebuild index c8f5e23de8f..c4e72fd75d3 100644 --- a/dev-python/aplpy/aplpy-0.9.14.ebuild +++ b/dev-python/aplpy/aplpy-0.9.14.ebuild @@ -25,7 +25,7 @@ RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyavm[${PYTHON_USEDEP}] - virtual/python-imaging[${PYTHON_USEDEP}]" + dev-python/pillow[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" S=${WORKDIR}/${MYP} |