Skip to content

Commit 7a85df0

Browse files
author
Robert Schütz
committed
pythonPackages.odo: mark as broken
Odo is incompatible with Networkx 2. See blaze/odo#601. (cherry picked from commit 0b6a2b2)
1 parent e68997c commit 7a85df0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pkgs/development/python-modules/odo/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ buildPythonPackage rec {
3737
description = "Data migration utilities";
3838
license = lib.licenses.bsdOriginal;
3939
maintainers = with lib.maintainers; [ fridh ];
40+
# incomaptible with Networkx 2
41+
# see https://github.com/blaze/odo/pull/601
42+
broken = true;
4043
};
41-
}
44+
}

0 commit comments

Comments
 (0)