guix-commits
[Top][All Lists]
Advanced

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

12/150: gnu: python-charset-normalizer: Add missing input.


From: guix-commits
Subject: 12/150: gnu: python-charset-normalizer: Add missing input.
Date: Sun, 24 Apr 2022 05:12:15 -0400 (EDT)

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

commit 3b587aefc5c56cb4139a3ed67b96b5bfa6babab4
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 447567f51a..124474cab3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13311,7 +13311,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]