Skip to content

Commit 0b6a2b2

Browse files
author
Robert Schütz
committed
pythonPackages.odo: mark as broken
Odo is incompatible with Networkx 2. See blaze/odo#601.
1 parent 19797d8 commit 0b6a2b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)