diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 328edc9531..b07c71e5a6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5419,6 +5419,7 @@ any Python package.") (build-system pyproject-build-system) (propagated-inputs (list python-appdirs python-argcomplete python-colorama python-halo python-spinners)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/clueboard/milc") (synopsis "Python library for command line interface programs") (description "MILC is a Python library for developing command line |