mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 02:21:49 +02:00
gnu: python-sge: Adjust inputs.
As seen in python-team build <https://ci.guix.gnu.org/build/6099416/log/raw>. * 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
This commit is contained in:
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user