diff --git a/pkgs/development/python-modules/paste/default.nix b/pkgs/development/python-modules/paste/default.nix index 53208a35839d..9186cef3efc6 100644 --- a/pkgs/development/python-modules/paste/default.nix +++ b/pkgs/development/python-modules/paste/default.nix @@ -2,6 +2,7 @@ , buildPythonPackage , fetchFromGitHub , pytestCheckHook +, six }: buildPythonPackage rec { @@ -19,7 +20,7 @@ buildPythonPackage rec { patchShebangs tests/cgiapp_data/ ''; - # propagatedBuildInputs = [ six ]; + propagatedBuildInputs = [ six ]; checkInputs = [ pytestCheckHook ];