diff options
Diffstat (limited to 'pkgs/development/python-modules/authheaders/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/authheaders/default.nix | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/pkgs/development/python-modules/authheaders/default.nix b/pkgs/development/python-modules/authheaders/default.nix index 3f73af498036..1bd70e81d333 100644 --- a/pkgs/development/python-modules/authheaders/default.nix +++ b/pkgs/development/python-modules/authheaders/default.nix @@ -1,13 +1,14 @@ -{ lib -, authres -, buildPythonPackage -, dkimpy -, dnspython -, fetchFromGitHub -, publicsuffix2 -, pytestCheckHook -, pythonOlder -, setuptools +{ + lib, + authres, + buildPythonPackage, + dkimpy, + dnspython, + fetchFromGitHub, + publicsuffix2, + pytestCheckHook, + pythonOlder, + setuptools, }: buildPythonPackage rec { @@ -24,9 +25,7 @@ buildPythonPackage rec { hash = "sha256-/vxUUSWwysYQzcy2AmkF4f8R59FHRnBfFlPRpfM9e5o="; }; - nativeBuildInputs = [ - setuptools - ]; + nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ authres @@ -36,13 +35,9 @@ buildPythonPackage rec { setuptools ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; - pythonImportsCheck = [ - "authheaders" - ]; + pythonImportsCheck = [ "authheaders" ]; disabledTests = [ # Test fails with timeout even if the resolv.conf hack is present |
