summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-10-14 09:52:41 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-10-14 12:21:12 +0300
commit8bcdd9c0acdfe1a63c4928ee05d06fc488600280 (patch)
treeced42cfc9689bbf96df98207210a82f13fcc2637 /dev-python/tikzplotlib
parentmedia-gfx/xfig: sparc stable wrt bug #718806 (diff)
downloadgentoo-8bcdd9c0acdfe1a63c4928ee05d06fc488600280.tar.gz
gentoo-8bcdd9c0acdfe1a63c4928ee05d06fc488600280.tar.bz2
gentoo-8bcdd9c0acdfe1a63c4928ee05d06fc488600280.zip
dev-python/tikzplotlib: add missing use flag on dep
Closes: https://bugs.gentoo.org/748723 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/17920 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/tikzplotlib')
-rw-r--r--dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild b/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild
index 78beb88f005c..c6df920586bc 100644
--- a/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild
+++ b/dev-python/tikzplotlib/tikzplotlib-0.9.4.ebuild
@@ -16,10 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- app-text/texlive
+ app-text/texlive[extra]
$( python_gen_cond_dep \
'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7 )
- dev-python/matplotlib[${PYTHON_USEDEP}]
+ dev-python/matplotlib[latex,${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
"