diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0a17ecda3f..615dcc0b13 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28890,7 +28890,9 @@ Public Suffix List's private domains as well.") (native-inputs (list python-pytest python-pytest-runner - python-sphinx-argparse)) + python-setuptools + python-sphinx-argparse + python-wheel)) (propagated-inputs (list python-colorama python-termcolor |
