~ruther/guix-local

580e8acfa089ed957dbdf23612c23c7b3422e57a — Danny Milosavljevic 1 year, 4 months ago 8e34824
gnu: python-farama-notifications: Fix build.

* gnu/packages/python-xyz.scm (python-farama-notifications)[native-inputs]:
Add python-setuptools, python-wheel.

Change-Id: Ie608228e459156a370154c80d25e3ca820c8003c
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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