guix-patches
[Top][All Lists]
Advanced

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

[bug#70739] [PATCH 047/714] gnu: python-docker-pycreds: Remove python-fl


From: Nicolas Graves
Subject: [bug#70739] [PATCH 047/714] gnu: python-docker-pycreds: Remove python-flake8 native-input.
Date: Fri, 3 May 2024 18:55:46 +0200

* gnu/packages/docker.scm (python-docker-pycreds):
  [native-inputs]: Remove python-flake8.

Change-Id: I98966a387f433b47698ffa8c8dec952b354dbd7a
---
 gnu/packages/docker.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index b18de182fe..adeff26af4 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -159,11 +159,9 @@ (define-public python-docker-pycreds
            (lambda _
              (substitute* "test-requirements.txt"
                (("3.0.2") ,(package-version python-pytest))
-               (("2.3.1") ,(package-version python-pytest-cov))
-               (("2.4.1") ,(package-version python-flake8)))
-             #t)))))
+               (("2.3.1") ,(package-version python-pytest-cov))))))))
     (native-inputs
-     (list python-flake8 python-pytest python-pytest-cov))
+     (list python-pytest python-pytest-cov))
     (propagated-inputs
      (list python-six))
     (home-page "https://github.com/shin-/dockerpy-creds";)
-- 
2.41.0






reply via email to

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