diff options
author | Sughosha <[email protected]> | 2024-12-17 13:49:53 +0530 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-12-18 00:26:12 +0000 |
commit | 826938c657eb6cde11aa31daf215a59a0a267b3c (patch) | |
tree | af46685755810ae3f16b8adf4543581aea646cba | |
parent | e5a1284289a797b5f8f7ce3e01bfda415c173df3 (diff) |
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 <[email protected]>
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b07c71e5a6..db911eb570 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |