lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 3b587aefc5c56cb4139a3ed67b96b5bfa6babab4
Author: Lars-Dominik Braun <[email protected]>
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