mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mido: Fix build.
* gnu/packages/python-xyz.scm (python-mido)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I387bf0b70bbd3e03d7042970794d9da4800418f9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
e5a1284289
commit
826938c657
1 changed files with 1 additions and 1 deletions
|
@ -38364,7 +38364,7 @@ colors.")
|
|||
;; TODO: After updating python-packaging, fix this.
|
||||
(delete 'sanity-check))))
|
||||
(propagated-inputs (list python-importlib-metadata python-packaging))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://mido.readthedocs.io/en/stable/")
|
||||
(synopsis "MIDI Objects for Python")
|
||||
(description "This library is for working with MIDI 1.0 ports, messages and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue