mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python3Packages.odo: disable due to dask incompatibility
Also did: - fix commit date
This commit is contained in:
parent
ac9d0cb18a
commit
47ceb135f9
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user