Commit c578b44a authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.slicedimage: drop python 2.7 support

slicedimage: fix
parent 1f8267e2
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -3,15 +3,12 @@
, fetchFromGitHub
, boto3
, diskcache
, enum34
, packaging
, pathlib
, numpy
, requests
, scikit-image
, six
, pytestCheckHook
, isPy27
, tifffile
}:

@@ -36,7 +33,7 @@ buildPythonPackage rec {
    scikit-image
    six
    tifffile
  ] ++ lib.optionals isPy27 [ pathlib enum34 ];
  ];

  nativeCheckInputs = [
    pytestCheckHook