python3Packages.cattrs: fix build by upstreamed patch
This commit is contained in:
parent
409b1f1802
commit
9afb8af252
@ -2,6 +2,7 @@
|
|||||||
, attrs
|
, attrs
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, fetchpatch
|
||||||
, exceptiongroup
|
, exceptiongroup
|
||||||
, hypothesis
|
, hypothesis
|
||||||
, immutables
|
, immutables
|
||||||
@ -32,6 +33,14 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-C8uIsewpgJfB1yYckWTwF5K32+2AAOrxFKB9I18RENg=";
|
hash = "sha256-C8uIsewpgJfB1yYckWTwF5K32+2AAOrxFKB9I18RENg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/python-attrs/cattrs/commit/290d162a589acf10ea63b825b7b283e23ca7698a.diff";
|
||||||
|
excludes = [ "poetry.lock" ];
|
||||||
|
hash = "sha256-n6c3qVg9umGKAxeTALq3QTJgO9DIj3SY0ZHhtsDeW94=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user