From 580e8acfa089ed957dbdf23612c23c7b3422e57a Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 21 Dec 2024 00:13:10 +0100 Subject: [PATCH] gnu: python-farama-notifications: Fix build. * gnu/packages/python-xyz.scm (python-farama-notifications)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ie608228e459156a370154c80d25e3ca820c8003c --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0044c10a50d..0a17ecda3f8 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