From 31f48df912a09b552196fb93aebf3b1629a5f183 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 1 Apr 2026 21:27:21 +0100 Subject: gnu: python-pivy: Switch to pyproejct. * gnu/packages/python-graphics.scm (python-pivy)[build-system]: Switch to pyproject-build-system. Fixes: guix/guix#4094 Change-Id: Ic177e9ad7029fe62cf22ad420e4a875ee4e9e859 --- gnu/packages/python-graphics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-graphics.scm') diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index 447fb9a42d..56cf56613b 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm @@ -364,7 +364,7 @@ Design spec without sacrificing ease of use or application performance.") (file-name (git-file-name name version)) (sha256 (base32 "0rjbhhxyrh0fszc0va7qmkv6ayf2s49ppnw31p51xmq63bx3n5wc")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments (list ;; The test suite fails due to an import cycle between 'pivy' and '_coin' -- cgit v1.3