python3Packages.urllib3: remove obsolete SSL dependencies
Same as: 'https://github.com/gentoo/gentoo/pull/19383' Remove certifi as it is not referenced https://github.com/urllib3/urllib3/commit/90ee766d9153e2f0def7ba903895d51a86c13b5f
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user