From 826938c657eb6cde11aa31daf215a59a0a267b3c Mon Sep 17 00:00:00 2001 From: Sughosha Date: Tue, 17 Dec 2024 13:49:53 +0530 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b07c71e5a67b26252a5f80605cc1e1e2db42ff34..db911eb570e2059042ba5e4ade02f302ddb55286 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