diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-04-04 21:16:43 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:27 +0200 |
| commit | e4750cbff9f3c4120aabb059d61f4102a83e5d68 (patch) | |
| tree | 003357f158464b17c118dfed6df9bc43a08e88bd /gnu/packages/python-xyz.scm | |
| parent | 1c27ceac6501eb7597b28b1ac23bcab3dd15ebd7 (diff) | |
gnu: python-property-cached: Fix build.
* gnu/packages/python-xyz.scm (python-property-cached): Fix build.
* gnu/packages/patches/python-property-cached-asyncio-3_11.patch: Add
patch.
* gnu/local.mk: Record patch.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ec30c2bae7..bb60c24dc9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11711,7 +11711,9 @@ the OleFileIO module from PIL, the Python Image Library.") (method url-fetch) (uri (pypi-uri "property-cached" version ".zip")) (sha256 - (base32 "0wxv5sdx1p7ils36j6j6hfscz8v2vzbq212i8y8r0lrnxpqlx71y")))) + (base32 "0wxv5sdx1p7ils36j6j6hfscz8v2vzbq212i8y8r0lrnxpqlx71y")) + (patches + (search-patches "python-property-cached-asyncio-3_11.patch")))) (build-system pyproject-build-system) (arguments (list |
