python311Packages.py-eth-sig-utils: mark broken
This commit is contained in:
parent
b7128ef551
commit
3b29138b25
1 changed files with 2 additions and 0 deletions
|
@ -40,5 +40,7 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/rmeissner/py-eth-sig-utils";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
# TODO: upstream is stale and doesn't not work with the new `eth-abi` package any more.
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue