mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-milc: Add missing inputs.
* gnu/packages/python-xyz.scm (python-milc)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I8711c8fff3f8cae5a875f0cf74ae049e3719ca80
This commit is contained in:
parent
f98d43fdf7
commit
c6fa3bc853
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue