From f27bdf634e39033f38bc36472d68f6f35ec9fb44 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 21 Oct 2024 23:01:48 +0100 Subject: gnu: python-sge: Adjust inputs. As seen in python-team build . * gnu/packages/game-development.scm (python-sge): Adjust inputs. [arguments]<#:tests>: Disable as they are not provided. [native-inputs]: Add python-setuptools. Change-Id: I46a83e8ebb0b25ff7d3895334bef257ce98da20f --- gnu/packages/game-development.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnu/packages/game-development.scm') diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 0bae7cfe11..ee869c9cc5 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -106,6 +106,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages pulseaudio) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) @@ -504,6 +505,10 @@ types (revolute, prismatic, wheel, etc.).") (base32 "1bp4spcjsmy6xv2j0ciaripfgd3pj5413hhhrj8v8mxcwhraw68p")))) (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ; no tests + (native-inputs + (list python-setuptools)) (propagated-inputs (list python-pygame python-uniseg)) (home-page "https://python-sge.github.io/") -- cgit v1.2.3