GNU bug report logs - #70858
[PATCH 00/32] python-team: Remove native inputs

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 10 May 2024 07:50:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#70858] [PATCH v4 49/52] gnu: python-translation-finder: Remove python coverage native-inputs.
Date: Wed, 26 Feb 2025 04:10:57 +0100
* gnu/packages/python-web.scm (python-translation-finder)
[native-inputs]: Remove python-codecov, python-codacy-coverage,
python-pytest-cov.
---
 gnu/packages/python-web.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 230de4f5a3..2d45ac04ba 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7415,8 +7415,7 @@ (define-public python-translation-finder
     (propagated-inputs
      (list python-chardet python-pathlib2 python-ruamel.yaml python-six))
     (native-inputs
-     (list python-codecov python-codacy-coverage python-pytest-cov
-           python-pytest-runner))
+     (list python-codacy-coverage python-pytest-runner))
     (home-page "https://weblate.org/")
     (synopsis "Translation file finder for Weblate")
     (description "This package provides a function to find translation file in
-- 
2.48.1





This bug report was last modified 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.