mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-farama-notifications: Fix build.
* gnu/packages/python-xyz.scm (python-farama-notifications)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ie608228e459156a370154c80d25e3ca820c8003c
This commit is contained in:
parent
8e348245c8
commit
580e8acfa0
1 changed files with 1 additions and 1 deletions
|
@ -32424,7 +32424,7 @@ dumping of JSON5 data structures.")
|
|||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "python3" "tests/ci-test.py")))))))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://github.com/Farama-Foundation/Farama-Notifications")
|
||||
(synopsis "Notifications for all Farama Foundation maintained libraries")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue