diff mbox series

[bug#70739,098/714] gnu: reprotest: Remove python-coverage native-input.

Message ID 20240503172650.32434-98-ngraves@ngraves.fr
State New
Headers show
Series python native-inputs | expand

Commit Message

Nicolas Graves May 3, 2024, 4:56 p.m. UTC
* gnu/packages/diffoscope.scm (reprotest):
  [native-inputs]: Remove python-coverage.

Change-Id: I4d9e11f2f416524e910b9b0508caac24d158953a
---
 gnu/packages/diffoscope.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 5bbb4f51e2..5d38a612da 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -262,7 +262,6 @@  (define-public reprotest
      `(("diffoscope" ,diffoscope)
        ("help2man" ,help2man)
        ("libfaketime" ,libfaketime)
-       ("python-coverage" ,python-coverage)
        ("python-docutils" ,python-docutils)
        ("python-magic " ,python-magic)
        ("python-pytest " ,python-pytest)