Loading pkgs/development/python-modules/pyscss/default.nix +1 −5 Original line number Diff line number Diff line Loading @@ -3,9 +3,6 @@ , fetchFromGitHub , pytestCheckHook , six , enum34 , pathlib , pythonOlder }: buildPythonPackage rec { Loading @@ -21,8 +18,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; propagatedBuildInputs = [ six ] ++ lib.optionals (pythonOlder "3.4") [ enum34 pathlib ]; propagatedBuildInputs = [ six ]; # Test suite is broken. # See https://github.com/Kronuz/pyScss/issues/415 Loading Loading
pkgs/development/python-modules/pyscss/default.nix +1 −5 Original line number Diff line number Diff line Loading @@ -3,9 +3,6 @@ , fetchFromGitHub , pytestCheckHook , six , enum34 , pathlib , pythonOlder }: buildPythonPackage rec { Loading @@ -21,8 +18,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; propagatedBuildInputs = [ six ] ++ lib.optionals (pythonOlder "3.4") [ enum34 pathlib ]; propagatedBuildInputs = [ six ]; # Test suite is broken. # See https://github.com/Kronuz/pyScss/issues/415 Loading