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.
This commit is contained in:
Andreas Enge 2023-02-23 15:03:15 +01:00
parent 4bfde0769d
commit 42810010a9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
3 changed files with 192 additions and 3 deletions

View file

@ -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)