summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-17 11:23:48 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-21 13:16:23 +0100
commit7762a18591031e4e9e1f452d7b967495804481ec (patch)
treef4ccdf42e1c4ccf66739b43c79f57bfdd1b03738 /gnu/packages/python-xyz.scm
parentdb73177181b55f5048c77a552715f09fde8cdaf5 (diff)
gnu: python-snakesay: Correct native-inputs.
* gnu/packages/python-xyz.scm (python-snakesay) [arguments]{build-backend}: Drop them. [native-inputs]: Replace python-setuptools by python-uv-build. Relates-to: guix/guix!10610 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 064ce8b83e7..93c1bdc812d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3756,10 +3756,7 @@ module. SipHash-1-3 and SipHash-2-4 variants are currently implemented.")
3756 (sha256 3756 (sha256
3757 (base32 "06p776nf2v5r9643i6f7hv8z984bjiz0k6z9whzla6b2y637mk93")))) 3757 (base32 "06p776nf2v5r9643i6f7hv8z984bjiz0k6z9whzla6b2y637mk93"))))
3758 (build-system pyproject-build-system) 3758 (build-system pyproject-build-system)
3759 (arguments 3759 (native-inputs (list python-pytest python-uv-build))
3760 ;; XXX: We don't have python-uv-build yet.
3761 (list #:build-backend "setuptools.build_meta"))
3762 (native-inputs (list python-pytest python-setuptools))
3763 (home-page "https://github.com/pythonanywhere/snakesay") 3760 (home-page "https://github.com/pythonanywhere/snakesay")
3764 (synopsis "Like @command{cowsay} but with Python flavor") 3761 (synopsis "Like @command{cowsay} but with Python flavor")
3765 (description 3762 (description