diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-18 17:41:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-18 18:51:45 +0200 |
commit | a3c4bda17ee8739bab98123190af5dbe528c3663 (patch) | |
tree | d3d0afb1b6ce4c4d8e8da439f9475e3e2bbc138f /dev-python/matplotlib | |
parent | dev-python/pillow: Stabilize 7.2.0 ppc64, #737782 (diff) | |
download | gentoo-a3c4bda17ee8739bab98123190af5dbe528c3663.tar.gz gentoo-a3c4bda17ee8739bab98123190af5dbe528c3663.tar.bz2 gentoo-a3c4bda17ee8739bab98123190af5dbe528c3663.zip |
dev-python/matplotlib: Depend on pillow unconditionally
Pillow is required to export plots into a number of formats, so making
the dependency optional is suprising.
Closes: https://bugs.gentoo.org/727032
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.2.2-r1.ebuild (renamed from dev-python/matplotlib/matplotlib-3.2.2.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild (renamed from dev-python/matplotlib/matplotlib-3.3.1.ebuild) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.2.2.ebuild b/dev-python/matplotlib/matplotlib-3.2.2-r1.ebuild index bf2fc5789345..a653f14fcd90 100644 --- a/dev-python/matplotlib/matplotlib-3.2.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.2-r1.ebuild @@ -32,6 +32,7 @@ RDEPEND=" >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}] >=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.18.2[${PYTHON_USEDEP}] + >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}] dev-python/python-dateutil:0[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] @@ -78,7 +79,6 @@ BDEPEND=" doc? ( >=app-text/dvipng-1.15-r1 >=dev-python/colorspacious-1.1.2[${PYTHON_USEDEP}] - >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/ipython-1.18.2[${PYTHON_USEDEP}] >=dev-python/numpydoc-0.9.2[${PYTHON_USEDEP}] >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}] diff --git a/dev-python/matplotlib/matplotlib-3.3.0.ebuild b/dev-python/matplotlib/matplotlib-3.3.0.ebuild index aca7e3486ef1..b8774b13de6a 100644 --- a/dev-python/matplotlib/matplotlib-3.3.0.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.0.ebuild @@ -32,6 +32,7 @@ RDEPEND=" >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}] >=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.18.2[${PYTHON_USEDEP}] + >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}] dev-python/python-dateutil:0[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] @@ -78,7 +79,6 @@ BDEPEND=" doc? ( >=app-text/dvipng-1.15-r1 >=dev-python/colorspacious-1.1.2[${PYTHON_USEDEP}] - >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/ipython-1.18.2[${PYTHON_USEDEP}] >=dev-python/numpydoc-0.9.2[${PYTHON_USEDEP}] >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}] diff --git a/dev-python/matplotlib/matplotlib-3.3.1.ebuild b/dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild index 52ad5a7a0fb8..981026cbe93b 100644 --- a/dev-python/matplotlib/matplotlib-3.3.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild @@ -33,6 +33,7 @@ RDEPEND=" >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}] >=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.18.2[${PYTHON_USEDEP}] + >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}] dev-python/python-dateutil:0[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] @@ -79,7 +80,6 @@ BDEPEND=" doc? ( >=app-text/dvipng-1.15-r1 >=dev-python/colorspacious-1.1.2[${PYTHON_USEDEP}] - >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}] >=dev-python/ipython-1.18.2[${PYTHON_USEDEP}] >=dev-python/numpydoc-0.9.2[${PYTHON_USEDEP}] >=sci-libs/scipy-1.4.1[${PYTHON_USEDEP}] |