diff options
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.3.3.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.3.3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.3.3.ebuild b/dev-python/matplotlib/matplotlib-3.3.3.ebuild index f3c2b26d36e1..d3fa270b2d58 100644 --- a/dev-python/matplotlib/matplotlib-3.3.3.ebuild +++ b/dev-python/matplotlib/matplotlib-3.3.3.ebuild @@ -24,7 +24,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz 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" +IUSE="cairo doc excel examples gtk3 latex qt5 tk webagg wxwidgets" # internal copy of pycxx highly patched # dev-python/pycxx @@ -44,7 +44,6 @@ RDEPEND=" media-libs/freetype:2 media-libs/libpng:0 >=media-libs/qhull-2013 - >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) @@ -67,6 +66,9 @@ RDEPEND=" qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] ) + webagg? ( + >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] + ) wxwidgets? ( $(python_gen_cond_dep ' dev-python/wxpython:*[${PYTHON_USEDEP}] @@ -95,6 +97,7 @@ BDEPEND=" dev-python/flaky[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pygobject:3[cairo?,${PYTHON_USEDEP}] + >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection] ) " |
