Unverified Commit 3b29138b authored by Miao, ZhiCheng's avatar Miao, ZhiCheng
Browse files

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

parent b7128ef5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}