diff mbox series

[bug#70735,005/714] gnu: python-hyperopt: Remove python-black native-input.

Message ID 20240503224254.28001-5-ngraves@ngraves.fr
State New
Headers show
Series [bug#70735,001/714] gnu: python-transient: Remove python-black native-input. | expand

Commit Message

Nicolas Graves May 3, 2024, 10:18 p.m. UTC
* gnu/packages/machine-learning.scm (python-hyperopt):
  [native-inputs]: Remove python-black.

Change-Id: I141e46fba9481df7bbb0d06e64de0cba0723fdc0
---
 gnu/packages/machine-learning.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index cec9b63f17..f316f4bbf1 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2332,8 +2332,7 @@  (define-public python-hyperopt
            python-six
            python-tqdm))
     (native-inputs
-     (list python-black
-           python-nose
+     (list python-nose
            python-pymongo
            python-pytest
            python-wheel))