mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
[Backport release-26.05] python313Packages.eth-utils: fix build (#524203)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user