commit: 92a4d6fe827fc1812e784e0db9aed15a9bb7a7d7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 1 03:32:52 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 1 03:36:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a4d6fe
dev-python/matplotlib: Remove stale six dependency 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 <mgorny <AT> gentoo.org> dev-python/matplotlib/matplotlib-3.6.1.ebuild | 6 ------ 1 file changed, 6 deletions(-) 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}
