mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4bfde0769d
commit
42810010a9
3 changed files with 192 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue