diff options
Diffstat (limited to 'pkgs/development/python-modules/jsonschema-path/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/jsonschema-path/default.nix | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/jsonschema-path/default.nix b/pkgs/development/python-modules/jsonschema-path/default.nix index 1fad4ed64e10..467c162ca545 100644 --- a/pkgs/development/python-modules/jsonschema-path/default.nix +++ b/pkgs/development/python-modules/jsonschema-path/default.nix @@ -1,14 +1,15 @@ -{ lib -, buildPythonPackage -, pythonOlder -, fetchFromGitHub -, poetry-core -, pythonRelaxDepsHook -, pathable -, pyyaml -, referencing -, pytestCheckHook -, responses +{ + lib, + buildPythonPackage, + pythonOlder, + fetchFromGitHub, + poetry-core, + pythonRelaxDepsHook, + pathable, + pyyaml, + referencing, + pytestCheckHook, + responses, }: buildPythonPackage rec { @@ -35,9 +36,7 @@ buildPythonPackage rec { pythonRelaxDepsHook ]; - pythonRelaxDeps = [ - "referencing" - ]; + pythonRelaxDeps = [ "referencing" ]; propagatedBuildInputs = [ pathable |
