summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2023-02-23 15:03:15 +0100
committerAndreas Enge <andreas@enge.fr>2023-02-23 15:06:56 +0100
commit42810010a9ea1d5a7384c61fd98a957bd1d8055d (patch)
tree63aa02497a7db2bf56757949932a3a75ecb0034f /gnu/packages/python-xyz.scm
parent4bfde0769d395aa6328171fa385feaf991ab6dce (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.scm4
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)