commit:     9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 02:55:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  5 02:55:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a144e5e

dev-python/matplotlib: clean up more python deps

Bug: https://bugs.gentoo.org/829011
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild | 6 ++----
 dev-python/matplotlib/matplotlib-3.5.1.ebuild    | 4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild 
b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
index 16b0f9e24cc5..c408acbf67fb 100644
--- a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -71,9 +71,7 @@ RDEPEND="
                >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}]
        )
        wxwidgets? (
-               $(python_gen_cond_dep '
-                       dev-python/wxpython:*[${PYTHON_USEDEP}]
-               ')
+               dev-python/wxpython:*[${PYTHON_USEDEP}]
        )
 "
 

diff --git a/dev-python/matplotlib/matplotlib-3.5.1.ebuild 
b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
index a53f428ba641..457d1fb406bb 100644
--- a/dev-python/matplotlib/matplotlib-3.5.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.5.1.ebuild
@@ -73,9 +73,7 @@ RDEPEND="
                >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}]
        )
        wxwidgets? (
-               $(python_gen_cond_dep '
-                       dev-python/wxpython:*[${PYTHON_USEDEP}]
-               ')
+               dev-python/wxpython:*[${PYTHON_USEDEP}]
        )
 "
 

Reply via email to