pythonPackages.scipy_1_3: only for python 3

This commit is contained in:
Frederik Rietdijk 2020-08-17 14:50:54 +02:00
parent 7d43898dbd
commit f924dd2a64

View File

@ -6073,6 +6073,7 @@ in {
sha256 = "02iqb7ws7fw5fd1a83hx705pzrw1imj7z0bphjsl4bfvw254xgv4";
};
doCheck = false;
disabled = !isPy3k;
});
scikitimage = callPackage ../development/python-modules/scikit-image { };