commit:     42480a2d9c775be4ce7dc5b597045cabd4465dcb
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Nov 13 21:21:05 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 04:20:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42480a2d

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 <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/dulwich/{dulwich-0.21.6.ebuild => dulwich-0.21.6-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/dulwich/dulwich-0.21.6.ebuild 
b/dev-python/dulwich/dulwich-0.21.6-r1.ebuild
similarity index 97%
rename from dev-python/dulwich/dulwich-0.21.6.ebuild
rename to 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="

Reply via email to