pythonPackages.odo: mark as broken
Odo is incompatible with Networkx 2. See https://github.com/blaze/odo/pull/601.
This commit is contained in:
parent
19797d8464
commit
0b6a2b2037
@ -37,5 +37,8 @@ buildPythonPackage rec {
|
|||||||
description = "Data migration utilities";
|
description = "Data migration utilities";
|
||||||
license = lib.licenses.bsdOriginal;
|
license = lib.licenses.bsdOriginal;
|
||||||
maintainers = with lib.maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh ];
|
||||||
|
# incomaptible with Networkx 2
|
||||||
|
# see https://github.com/blaze/odo/pull/601
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user