summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-11-13 16:39:26 -0500
committerMichał Górny <mgorny@gentoo.org>2023-12-05 05:20:32 +0100
commit4e44d729102f49a585cc5d87a588047edeab1471 (patch)
tree436089bce010afcd0b21b94fc252a714863f55e3 /dev-python/matplotlib
parent42480a2d9c775be4ce7dc5b597045cabd4465dcb (diff)
downloadgentoo-4e44d729102f49a585cc5d87a588047edeab1471.tar.gz
gentoo-4e44d729102f49a585cc5d87a588047edeab1471.tar.bz2
gentoo-4e44d729102f49a585cc5d87a588047edeab1471.zip
dev-python/matplotlib: drop optional certifi dependency
It was removed as a mandatory requirement in 3.4.0: https://github.com/matplotlib/matplotlib/commit/df4b3aca8eade1359201779ec83dbc3e3b29a0d5 https://github.com/matplotlib/matplotlib/commit/188338007fa5f9d11538056c1a86ae45d997a34a When certifi isn't installed, matplotlib falls back to using urllib.request.urlopen with a default context of `None`, logs a debug note, and works fine on Gentoo since this already enforces certificates and uses the system store to do it. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild (renamed from dev-python/matplotlib/matplotlib-3.8.2.ebuild)1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.8.2.ebuild b/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild
index a584e278e598..28f0290dd533 100644
--- a/dev-python/matplotlib/matplotlib-3.8.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.8.2-r1.ebuild
@@ -35,7 +35,6 @@ IUSE="cairo doc excel gtk3 latex qt5 tk webagg wxwidgets"
# internal copy of pycxx highly patched
# dev-python/pycxx
RDEPEND="
- dev-python/certifi[${PYTHON_USEDEP}]
>=dev-python/contourpy-1.0.1[${PYTHON_USEDEP}]
>=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}]
>=dev-python/fonttools-4.22.0[${PYTHON_USEDEP}]