mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-typing-inspect: Fix build on Python 3.9.
* gnu/packages/patches/python-typing-inspect-fix.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-typing-inspect)[patches]: Apply it.
This commit is contained in:
parent
a6f49177c5
commit
0054cad5ad
3 changed files with 41 additions and 1 deletions
|
@ -13236,7 +13236,8 @@ feels like an AST.")
|
|||
(uri (pypi-uri "typing_inspect" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dzs9a1pr23dhbvmnvms2jv7l7jk26023g5ysf0zvnq8b791s6wg"))))
|
||||
"1dzs9a1pr23dhbvmnvms2jv7l7jk26023g5ysf0zvnq8b791s6wg"))
|
||||
(patches (search-patches "python-typing-inspect-fix.patch"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-mypy-extensions" ,python-mypy-extensions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue