guix-commits
[Top][All Lists]
Advanced

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

09/103: gnu: python-charset-normalizer: Add missing input.


From: guix-commits
Subject: 09/103: gnu: python-charset-normalizer: Add missing input.
Date: Wed, 5 Jan 2022 09:44:28 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit c0361de53e0597fd314b519aa3c0db3f2d311abd
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Nov 23 18:30:50 2021 +0100

    gnu: python-charset-normalizer: Add missing input.
    
    * gnu/packages/python-xyz.scm (python-charset-normalizer)[native-inputs]:
    Add python-pytest-cov.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c900e5c9ec..1cb96e22c5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12316,7 +12316,7 @@ automatically detect a wide range of file encodings.")
         (base32 "0rr3iv2xw4rz5ijnfqk229fw85cq6p6rhqqsilm0ldzncblfg63h"))))
     (build-system python-build-system)
     (native-inputs
-     (list python-pytest))
+     (list python-pytest python-pytest-cov))
     (home-page "https://github.com/ousret/charset_normalizer";)
     (synopsis "Universal Charset Detector, alternative to Chardet")
     (description "This library helps you read text from an unknown charset



reply via email to

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