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:
Sughosha 2024-12-17 13:49:53 +05:30 committed by Sharlatan Hellseher
parent e5a1284289
commit 826938c657
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -38364,7 +38364,7 @@ colors.")
;; TODO: After updating python-packaging, fix this. ;; TODO: After updating python-packaging, fix this.
(delete 'sanity-check)))) (delete 'sanity-check))))
(propagated-inputs (list python-importlib-metadata python-packaging)) (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/") (home-page "https://mido.readthedocs.io/en/stable/")
(synopsis "MIDI Objects for Python") (synopsis "MIDI Objects for Python")
(description "This library is for working with MIDI 1.0 ports, messages and (description "This library is for working with MIDI 1.0 ports, messages and