python3Packages.urllib3: remove obsolete SSL dependencies

Same as:
'https://github.com/gentoo/gentoo/pull/19383'

Remove certifi as it is not referenced
90ee766d91
This commit is contained in:
Dmitry Kalinkin 2021-03-19 17:21:20 -04:00
parent 8fff8b7127
commit 2fd38834a8
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -2,11 +2,11 @@
, stdenv
, brotli
, buildPythonPackage
, certifi
, cryptography
, dateutil
, fetchPypi
, idna
, isPy27
, mock
, pyopenssl
, pysocks
@ -29,11 +29,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [
brotli
certifi
pysocks
] ++ lib.optionals isPy27 [
cryptography
idna
pyopenssl
pysocks
];
checkInputs = [