Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Sat, 19 Jun 2021 20:54:10
Message-Id: 1624135866.0d104940d6e645d306309fbb8dfe5be28680e639.mgorny@gentoo
1 commit: 0d104940d6e645d306309fbb8dfe5be28680e639
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 20:51:06 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 20:51:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d104940
7
8 dev-python/matplotlib: Unrestrict wxpython dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/matplotlib/matplotlib-3.4.1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/matplotlib/matplotlib-3.4.1.ebuild b/dev-python/matplotlib/matplotlib-3.4.1.ebuild
16 index 21628fe8e65..a2dc58c51f0 100644
17 --- a/dev-python/matplotlib/matplotlib-3.4.1.ebuild
18 +++ b/dev-python/matplotlib/matplotlib-3.4.1.ebuild
19 @@ -69,9 +69,7 @@ RDEPEND="
20 >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}]
21 )
22 wxwidgets? (
23 - $(python_gen_cond_dep '
24 - dev-python/wxpython:*[${PYTHON_USEDEP}]
25 - ' python3_{6,7,8})
26 + dev-python/wxpython:*[${PYTHON_USEDEP}]
27 )
28 "