summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-11-13 16:21:05 -0500
committerMichał Górny <mgorny@gentoo.org>2023-12-05 05:20:31 +0100
commit42480a2d9c775be4ce7dc5b597045cabd4465dcb (patch)
tree709f0349460ebcd788a116bf2bec1c7317188e98 /dev-python/dulwich
parentdev-python/setuptools: drop outdated certifi dependency (diff)
downloadgentoo-42480a2d9c775be4ce7dc5b597045cabd4465dcb.tar.gz
gentoo-42480a2d9c775be4ce7dc5b597045cabd4465dcb.tar.bz2
gentoo-42480a2d9c775be4ce7dc5b597045cabd4465dcb.zip
dev-python/dulwich: drop outdated certifi dependency
Dropped upstream in 0.20.46: https://github.com/jelmer/dulwich/commit/0f684cebb18d3145049c3177ed97f689bc169a7f Even before that, it was optional via try/except and if certifi was not installed, it would use the urllib3 default; it was removed from dulwich on the grounds that for several years, urllib3 has enforced (system!) certificates even if you don't explicitly pass a custom cert path. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r--dev-python/dulwich/dulwich-0.21.6-r1.ebuild (renamed from dev-python/dulwich/dulwich-0.21.6.ebuild)1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/dulwich/dulwich-0.21.6.ebuild b/dev-python/dulwich/dulwich-0.21.6-r1.ebuild
index 20ab1fa9143e..5ddf377dafa2 100644
--- a/dev-python/dulwich/dulwich-0.21.6.ebuild
+++ b/dev-python/dulwich/dulwich-0.21.6-r1.ebuild
@@ -22,7 +22,6 @@ IUSE="doc examples test"
RESTRICT="!test? ( test )"
RDEPEND="
- dev-python/certifi[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.25[${PYTHON_USEDEP}]
"
BDEPEND="