summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-19 22:51:06 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-19 22:51:06 +0200
commit0d104940d6e645d306309fbb8dfe5be28680e639 (patch)
tree75a20c32e23ae965b79776fa4c142c7741638c06
parentdev-python/pandas: Unrestrict xarray opt-dep (diff)
downloadgentoo-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>
-rw-r--r--dev-python/matplotlib/matplotlib-3.4.1.ebuild4
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}]
)
"