summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2025-01-11 13:16:31 +0800
committerHilton Chain <hako@ultrarare.space>2025-01-11 16:11:25 +0800
commit113b81befbe3388c2bc14598464894217f5d584a (patch)
tree220f0c7c56bb4f1b804ab729c33d5d0a1a83f210 /gnu/packages/python-xyz.scm
parentf15ca836e4686496f675308655c370c95e9f52b7 (diff)
gnu: python-hy: Fix build.
* gnu/packages/python-xyz.scm (python-hy)[native-inputs]: Add python-setuptools. Change-Id: Ib6b6ad06ae285d1295767e4f9de097ddd326b360
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ceb26960e3..48af8068a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19534,7 +19534,7 @@ with a new public API, and RPython support.")
;; 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")