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:
parent
8fff8b7127
commit
2fd38834a8
@ -2,11 +2,11 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, brotli
|
, brotli
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, certifi
|
|
||||||
, cryptography
|
, cryptography
|
||||||
, dateutil
|
, dateutil
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, idna
|
, idna
|
||||||
|
, isPy27
|
||||||
, mock
|
, mock
|
||||||
, pyopenssl
|
, pyopenssl
|
||||||
, pysocks
|
, pysocks
|
||||||
@ -29,11 +29,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
brotli
|
brotli
|
||||||
certifi
|
pysocks
|
||||||
|
] ++ lib.optionals isPy27 [
|
||||||
cryptography
|
cryptography
|
||||||
idna
|
idna
|
||||||
pyopenssl
|
pyopenssl
|
||||||
pysocks
|
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user