diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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") |