diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-21 00:13:10 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-21 02:26:49 +0100 |
commit | 580e8acfa089ed957dbdf23612c23c7b3422e57a (patch) | |
tree | 35d5e6d447f7222df24f0014303087f188bbb8c7 /gnu/packages | |
parent | 8e348245c8b962a516e7154346497bfb6e1a4804 (diff) | |
download | guix-580e8acfa089ed957dbdf23612c23c7b3422e57a.tar.gz guix-580e8acfa089ed957dbdf23612c23c7b3422e57a.zip |
gnu: python-farama-notifications: Fix build.
* gnu/packages/python-xyz.scm (python-farama-notifications)[native-inputs]:
Add python-setuptools, python-wheel.
Change-Id: Ie608228e459156a370154c80d25e3ca820c8003c
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0044c10a50..0a17ecda3f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |