From 9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 5 May 2022 03:55:46 +0100 Subject: dev-python/matplotlib: clean up more python deps Bug: https://bugs.gentoo.org/829011 Signed-off-by: Sam James --- 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(-) (limited to 'dev-python/matplotlib') 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}] ) " -- cgit v1.2.3