mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-aionotify: Fix test cases with Python 3.8.
* gnu/packages/python-xyz.scm (patches): Add fix. * gnu/packages/patches/python-aionotify-0.2.0-py3.8.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4071879c86
commit
64066abdb0
3 changed files with 51 additions and 2 deletions
|
@ -19269,9 +19269,9 @@ and cuts down boilerplate code when testing libraries for asyncio.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1sk9i8czxgsbrswsf1nlb4c82vgnlzi8zrvrxdip92w2z8hqh43y"))))
|
||||
(base32 "1sk9i8czxgsbrswsf1nlb4c82vgnlzi8zrvrxdip92w2z8hqh43y"))
|
||||
(patches (search-patches "python-aionotify-0.2.0-py3.8.patch"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs `(("python-asynctest" ,python-asynctest)))
|
||||
(home-page "https://github.com/rbarrois/aionotify")
|
||||
(synopsis "Asyncio-powered inotify library")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue