diff options
author | Sam James <sam@gentoo.org> | 2021-10-17 01:35:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-17 01:35:15 +0100 |
commit | 5a98fdf334fbaf0eb2500f4c05d3c81449672b8b (patch) | |
tree | 6f1249629009e190b072dae99ccf6d2ca2b4fab2 | |
parent | dev-python/matplotlib: add missing TeX (test) dependencies (diff) | |
download | gentoo-5a98fdf334fbaf0eb2500f4c05d3c81449672b8b.tar.gz gentoo-5a98fdf334fbaf0eb2500f4c05d3c81449672b8b.tar.bz2 gentoo-5a98fdf334fbaf0eb2500f4c05d3c81449672b8b.zip |
dev-python/matplotlib: add missing imagemagick-tools dependency
Needed for tests too.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild (renamed from dev-python/matplotlib/matplotlib-3.4.3.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.4.3.ebuild b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild index b7d33af1b52b..42d3fd853002 100644 --- a/dev-python/matplotlib/matplotlib-3.4.3.ebuild +++ b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild @@ -43,6 +43,7 @@ RDEPEND=" media-libs/freetype:2 media-libs/libpng:0 >=media-libs/qhull-2013:= + virtual/imagemagick-tools[jpeg,tiff] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) |