python311Packages.py-eth-sig-utils: mark broken

This commit is contained in:
Miao, ZhiCheng 2023-07-06 11:54:03 +03:00
parent b7128ef551
commit 3b29138b25
No known key found for this signature in database
GPG key ID: 1080B4863AD0F5D1

View file

@ -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;
};
}