guix-patches
[Top][All Lists]
Advanced

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

[bug#70735] [PATCH 099/714] gnu: python-django-localflavor: Remove pytho


From: Nicolas Graves
Subject: [bug#70735] [PATCH 099/714] gnu: python-django-localflavor: Remove python-coverage native-input.
Date: Sat, 4 May 2024 00:19:41 +0200

* gnu/packages/django.scm (python-django-localflavor):
  [native-inputs]: Remove python-coverage.

Change-Id: I6fd3d0b5a3c671bb0ec06018becac745512e29e8
---
 gnu/packages/django.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 6a373be359..28866abf93 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -296,7 +296,7 @@ (define-public python-django-localflavor
                                       (getenv "GUIX_PYTHONPATH")))
                (invoke "invoke" "test")))))))
     (native-inputs
-     (list python-coverage python-invoke python-pytest-django which))
+     (list python-invoke python-pytest-django which))
     (propagated-inputs
      (list python-django python-stdnum))
     (home-page "https://django-localflavor.readthedocs.io/en/latest/";)
-- 
2.41.0






reply via email to

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