python3Packages.slicedimage: drop python 2.7 support

slicedimage: fix
This commit is contained in:
Sigmanificient
2024-05-13 16:34:03 +02:00
parent 1f8267e2b4
commit c578b44ad2
@@ -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