diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-01 04:32:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-01 04:36:05 +0100 |
commit | 92a4d6fe827fc1812e784e0db9aed15a9bb7a7d7 (patch) | |
tree | b31e2313c090d0656e6c4059a2654e22066ad642 /dev-python/matplotlib | |
parent | app-emulation/wine-staging: sync live (diff) | |
download | gentoo-92a4d6fe827fc1812e784e0db9aed15a9bb7a7d7.tar.gz gentoo-92a4d6fe827fc1812e784e0db9aed15a9bb7a7d7.tar.bz2 gentoo-92a4d6fe827fc1812e784e0db9aed15a9bb7a7d7.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.6.1.ebuild | 6 |
1 files changed, 0 insertions, 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} |