python313Packages.eth-utils: fix build (#523924)

This commit is contained in:
Sandro
2026-05-25 21:13:01 +00:00
committed by GitHub
@@ -28,6 +28,11 @@ buildPythonPackage rec {
hash = "sha256-U1RSKaLw/gDg4lMjkTwR/Wfb5wqQctML9CDZBILMBys=";
};
postPatch = ''
# type inference test output expectation changed slightly (don't ask me when it started...)
sed -i 's/builtins\.//g' tests/core/functional-utils/test_type_inference.py
'';
build-system = [ setuptools ];
propagatedBuildInputs = [