diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a969b4dce51..070e6c2dcf0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3498,7 +3498,8 @@ that best match text queries.") #:test-flags #~(list "discover" "-p" "*tests.py" "mkdocs" "--top-level-directory" "."))) (native-inputs - (list python-hatchling)) + (list python-hatchling + python-setuptools)) (propagated-inputs (list python-click python-ghp-import |
