python313Packages.eth-utils: fix build

- tests/core/functional-utils/test_type_inference.py
This commit is contained in:
hellwolf
2026-05-25 11:57:38 +03:00
parent 6d5b932f42
commit 69a1cd8199
@@ -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 = [