Loading pkgs/development/python-modules/slicedimage/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -3,15 +3,12 @@ , fetchFromGitHub , boto3 , diskcache , enum34 , packaging , pathlib , numpy , requests , scikit-image , six , pytestCheckHook , isPy27 , tifffile }: Loading @@ -36,7 +33,7 @@ buildPythonPackage rec { scikit-image six tifffile ] ++ lib.optionals isPy27 [ pathlib enum34 ]; ]; nativeCheckInputs = [ pytestCheckHook Loading Loading
pkgs/development/python-modules/slicedimage/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -3,15 +3,12 @@ , fetchFromGitHub , boto3 , diskcache , enum34 , packaging , pathlib , numpy , requests , scikit-image , six , pytestCheckHook , isPy27 , tifffile }: Loading @@ -36,7 +33,7 @@ buildPythonPackage rec { scikit-image six tifffile ] ++ lib.optionals isPy27 [ pathlib enum34 ]; ]; nativeCheckInputs = [ pytestCheckHook Loading