diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-19 22:51:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-19 22:51:06 +0200 |
commit | 0d104940d6e645d306309fbb8dfe5be28680e639 (patch) | |
tree | 75a20c32e23ae965b79776fa4c142c7741638c06 /dev-python/matplotlib | |
parent | dev-python/pandas: Unrestrict xarray opt-dep (diff) | |
download | gentoo-0d104940d6e645d306309fbb8dfe5be28680e639.tar.gz gentoo-0d104940d6e645d306309fbb8dfe5be28680e639.tar.bz2 gentoo-0d104940d6e645d306309fbb8dfe5be28680e639.zip |
dev-python/matplotlib: Unrestrict wxpython dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.4.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.4.1.ebuild b/dev-python/matplotlib/matplotlib-3.4.1.ebuild index 21628fe8e650..a2dc58c51f08 100644 --- a/dev-python/matplotlib/matplotlib-3.4.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.4.1.ebuild @@ -69,9 +69,7 @@ RDEPEND=" >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}] ) wxwidgets? ( - $(python_gen_cond_dep ' - dev-python/wxpython:*[${PYTHON_USEDEP}] - ' python3_{6,7,8}) + dev-python/wxpython:*[${PYTHON_USEDEP}] ) " |