python3Packages.sklearn-deap: mark as broken
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchFromGitHub, numpy, scipy, deap, scikitlearn, python }:
|
{ stdenv, buildPythonPackage, fetchFromGitHub, numpy, scipy, deap, scikitlearn, python, isPy3k }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sklearn-deap";
|
pname = "sklearn-deap";
|
||||||
@@ -23,6 +23,7 @@ buildPythonPackage rec {
|
|||||||
homepage = https://github.com/rsteca/sklearn-deap;
|
homepage = https://github.com/rsteca/sklearn-deap;
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = with maintainers; [ psyanticy ];
|
maintainers = with maintainers; [ psyanticy ];
|
||||||
|
broken = isPy3k; # https://github.com/rsteca/sklearn-deap/issues/65
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user