[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74923] [PATCH 1/2] gnu: python-mido: Fix build.
From: |
Sughosha |
Subject: |
[bug#74923] [PATCH 1/2] gnu: python-mido: Fix build. |
Date: |
Tue, 17 Dec 2024 13:49:53 +0530 |
* gnu/packages/python-xyz.scm (python-mido)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I387bf0b70bbd3e03d7042970794d9da4800418f9
---
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 eea388ca89..9dc46634bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38355,7 +38355,7 @@ (define-public python-mido
;; 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
base-commit: c3290cee6add60b7e56f5f919d9498d78542790a
--
2.46.0