guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70735] [PATCH 056/714] gnu: python-pyro-api: Remove python-flake8 n


From: Nicolas Graves
Subject: [bug#70735] [PATCH 056/714] gnu: python-pyro-api: Remove python-flake8 native-input.
Date: Sat, 4 May 2024 00:18:58 +0200

* gnu/packages/machine-learning.scm (python-pyro-api):
  [native-inputs]: Remove python-flake8.

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

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 78b69ca3f2..9b5aa07abc 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5012,8 +5012,7 @@ (define-public python-pyro-api
     (build-system python-build-system)
     (arguments '(#:tests? #false)) ;requires pyro
     (native-inputs
-     (list python-flake8
-           python-ipython
+     (list python-ipython
            python-pytest
            python-sphinx
            python-sphinx-rtd-theme))
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]