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:
Maxim Cournoyer 2021-01-15 15:17:10 -05:00
parent a6f49177c5
commit 0054cad5ad
No known key found for this signature in database
GPG key ID: 1260E46482E63562
3 changed files with 41 additions and 1 deletions

View file

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