gnu: python-hy: Fix build.

* gnu/packages/python-xyz.scm (python-hy)[native-inputs]: Add
python-setuptools.

Change-Id: Ib6b6ad06ae285d1295767e4f9de097ddd326b360
This commit is contained in:
Hilton Chain 2025-01-11 13:16:31 +08:00
parent f15ca836e4
commit 113b81befb
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -19534,7 +19534,7 @@ (define-public python-hy
;; This test expects the hy executable to be called 'hy', but in Guix
;; it's .hy-real.
#:test-flags #~(list "-k" "not test_sys_executable")))
(native-inputs (list python-pytest python-wheel))
(native-inputs (list python-pytest python-setuptools python-wheel))
(propagated-inputs (list python-funcparserlib))
(home-page "https://docs.hylang.org/en/stable/")
(synopsis "Lisp frontend to Python")