diff options
Diffstat (limited to 'pkgs/development/python-modules/cert-chain-resolver/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/cert-chain-resolver/default.nix | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/cert-chain-resolver/default.nix b/pkgs/development/python-modules/cert-chain-resolver/default.nix index de89116b4c92..31ed14788dd6 100644 --- a/pkgs/development/python-modules/cert-chain-resolver/default.nix +++ b/pkgs/development/python-modules/cert-chain-resolver/default.nix @@ -1,11 +1,12 @@ -{ lib -, buildPythonPackage -, cryptography -, fetchFromGitHub -, pytestCheckHook -, pytest-mock -, pythonOlder -, six +{ + lib, + buildPythonPackage, + cryptography, + fetchFromGitHub, + pytestCheckHook, + pytest-mock, + pythonOlder, + six, }: buildPythonPackage rec { @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-2itpu/Ap5GNnqAiw3Cp+8rndreWlwfPd+WwM99G7U2E="; }; - propagatedBuildInputs = [ - cryptography - ]; + propagatedBuildInputs = [ cryptography ]; nativeCheckInputs = [ pytestCheckHook @@ -38,9 +37,7 @@ buildPythonPackage rec { "test_display_flag_is_properly_formatted" ]; - pythonImportsCheck = [ - "cert_chain_resolver" - ]; + pythonImportsCheck = [ "cert_chain_resolver" ]; meta = with lib; { description = "Resolve / obtain the certificate intermediates of a x509 certificate"; |
