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:
Danny Milosavljevic 2024-12-21 00:13:10 +01:00
parent 8e348245c8
commit 580e8acfa0
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

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