From 92a4d6fe827fc1812e784e0db9aed15a9bb7a7d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 1 Nov 2022 04:32:52 +0100 Subject: dev-python/matplotlib: Remove stale six dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove obsolete dev-python/six dependency. No revbump since this package involves some compiling, and six is unlikely to be gone before the next version bump. Closes: https://bugs.gentoo.org/878837 Signed-off-by: Michał Górny --- dev-python/matplotlib/matplotlib-3.6.1.ebuild | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dev-python/matplotlib/matplotlib-3.6.1.ebuild') diff --git a/dev-python/matplotlib/matplotlib-3.6.1.ebuild b/dev-python/matplotlib/matplotlib-3.6.1.ebuild index 7bceb2eac24d..7ca39437ee2f 100644 --- a/dev-python/matplotlib/matplotlib-3.6.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.6.1.ebuild @@ -47,7 +47,6 @@ RDEPEND=" >=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.7[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] - >=dev-python/six-1.14.0[${PYTHON_USEDEP}] media-fonts/dejavu media-fonts/stix-fonts media-libs/freetype:2 @@ -141,11 +140,6 @@ python_prepare_all() { # rm -r agg24 CXX || die # rm -r agg24 || die -# cat > lib/${PN}/externals/six.py <<-EOF -# from __future__ import absolute_import -# from six import * -# EOF - # Affects installed _version.py, bug #854600 export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} -- cgit v1.2.3