diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-06-07 11:15:51 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-06-07 11:16:13 +0200 |
| commit | 6569fc7a29f3801f551fc7973948a4d54f90be49 (patch) | |
| tree | 96934c01bce16f65316783a4fd6884654babbc87 /dev-python/matplotlib/matplotlib-3.2.1.ebuild | |
| parent | c8134f595dde0e1d6c2c23e0b52c996d90ff5d8d (diff) | |
| download | gentoo-6569fc7a29f3801f551fc7973948a4d54f90be49.tar.gz gentoo-6569fc7a29f3801f551fc7973948a4d54f90be49.tar.bz2 gentoo-6569fc7a29f3801f551fc7973948a4d54f90be49.zip | |
dev-python/matplotlib: Remove unnecessary REQUIRED_USE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.2.1.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.2.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.2.1.ebuild b/dev-python/matplotlib/matplotlib-3.2.1.ebuild index 42e330b21693..1d0da114a2c0 100644 --- a/dev-python/matplotlib/matplotlib-3.2.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.1.ebuild @@ -25,7 +25,6 @@ LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="cairo doc excel examples gtk3 latex qt5 tk wxwidgets" -REQUIRED_USE="test? ( cairo gtk3 latex qt5 tk )" # internal copy of pycxx highly patched # dev-python/pycxx @@ -89,7 +88,11 @@ BDEPEND=" dev-texlive/texlive-latexrecommended >=media-gfx/graphviz-2.42.3[cairo] ) - test? ( dev-python/mock[${PYTHON_USEDEP}] ) + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pygobject:3[cairo?,${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] + ) " # A few C++ source files are written to srcdir. |
