mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
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>
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user