commit: 5a98fdf334fbaf0eb2500f4c05d3c81449672b8b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 00:35:15 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 00:35:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a98fdf3
dev-python/matplotlib: add missing imagemagick-tools dependency
Needed for tests too.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../matplotlib/{matplotlib-3.4.3.ebuild => matplotlib-3.4.3-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/matplotlib/matplotlib-3.4.3.ebuild
b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
similarity index 99%
rename from dev-python/matplotlib/matplotlib-3.4.3.ebuild
rename to dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
index b7d33af1b52..42d3fd85300 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}]
)