diff mbox series

[bug#70735,099/714] gnu: python-django-localflavor: Remove python-coverage native-input.

Message ID 20240503224254.28001-99-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:19 p.m. UTC
* 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 mbox series

Patch

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/")