python3Packages.odo: disable due to dask incompatibility

Also did:
 - fix commit date
This commit is contained in:
Jonathan Ringer 2019-12-15 20:53:24 -08:00 committed by Matthieu Coudron
parent ac9d0cb18a
commit 47ceb135f9

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "odo";
version= "unstable-2019-07-16";
version= "unstable-2018-09-21";
src = fetchFromGitHub {
owner = "blaze";
@ -54,5 +54,6 @@ buildPythonPackage rec {
description = "Data migration utilities";
license = licenses.bsdOriginal;
maintainers = with maintainers; [ fridh costrouc ];
broken = true; # no longer compatible with dask>=2.0
};
}