diff options
author | Andreas Enge <andreas@enge.fr> | 2023-02-23 15:03:15 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-02-23 15:06:56 +0100 |
commit | 42810010a9ea1d5a7384c61fd98a957bd1d8055d (patch) | |
tree | 63aa02497a7db2bf56757949932a3a75ecb0034f /gnu/packages/python-xyz.scm | |
parent | 4bfde0769d395aa6328171fa385feaf991ab6dce (diff) |
gnu: python-parso: Add patch for python@3.10.
* gnu/packages/python-xyz.scm (python-parso)[origin]: Add patch.
* gnu/packages/patches/python-parso-unit-tests-in-3.10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the patch.
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 f86e0026f0..960ff2e433 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22692,7 +22692,9 @@ time-based (TOTP) passwords.") (method url-fetch) (uri (pypi-uri "parso" version)) (sha256 - (base32 "185gkxq92kqiw2h5zp1cmyn04055x0lix4hmi5c077xm1clvw1wc")))) + (base32 "185gkxq92kqiw2h5zp1cmyn04055x0lix4hmi5c077xm1clvw1wc")) + (patches + (search-patches "python-parso-unit-tests-in-3.10.patch")))) (native-inputs (list python-pytest)) (build-system python-build-system) |