dev-python/dulwich: drop outdated certifi dependency

Dropped upstream in 0.20.46:
0f684cebb1

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>
This commit is contained in:
Eli Schwartz
2023-11-13 16:21:05 -05:00
committed by Michał Górny
parent 642b24f282
commit 42480a2d9c

View File

@@ -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="