mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-shouldbe: Python 3.8 compatibility.
* gnu/packages/patches/python-shouldbe-0.1.2-cpy3.8.patch: Add compatibility patch. * gnu/local.mk (dist_patch_DATA): Add new file. * gnu/packages/python-xyz.scm (python-shouldbe)[source]: Add patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
b2bdd7a129
commit
9b65cdd902
3 changed files with 85 additions and 1 deletions
|
@ -18788,7 +18788,8 @@ and cuts down boilerplate code when testing libraries for asyncio.")
|
|||
(uri (pypi-uri "shouldbe" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16zbvjxf71dl4yfbgcr6idyim3mdrfvix1dv8b95p0s9z07372pj"))))
|
||||
"16zbvjxf71dl4yfbgcr6idyim3mdrfvix1dv8b95p0s9z07372pj"))
|
||||
(patches (search-patches "python-shouldbe-0.1.2-cpy3.8.patch"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-forbiddenfruit" ,python-forbiddenfruit)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue