diff options
Diffstat (limited to 'pkgs/development/python-modules/executor/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/executor/default.nix | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/executor/default.nix b/pkgs/development/python-modules/executor/default.nix index 40d15a9fa594..e51249e49fd1 100644 --- a/pkgs/development/python-modules/executor/default.nix +++ b/pkgs/development/python-modules/executor/default.nix @@ -1,15 +1,16 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, isPy27 -, coloredlogs -, humanfriendly -, property-manager -, fasteners -, six -, pytestCheckHook -, mock -, virtualenv +{ + lib, + buildPythonPackage, + fetchFromGitHub, + isPy27, + coloredlogs, + humanfriendly, + property-manager, + fasteners, + six, + pytestCheckHook, + mock, + virtualenv, }: buildPythonPackage rec { @@ -47,7 +48,7 @@ buildPythonPackage rec { "ssh" "foreach" "local_context" - "release" # meant to be ran on ubuntu to succeed + "release" # meant to be ran on ubuntu to succeed ]; meta = with lib; { |
