guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit b384d15b6d64b9f28d3b41835f01fd771d9335fa
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 16:15:00 2026 +0100

    gnu: python-certauth: Fix tests.
    
    * gnu/packages/python-crypto.scm (python-certauth)[native-inputs]: Add
    python-pytest, drop python-wheel.
    
    Change-Id: Ia2ffaabdfb8943bc19bac75561268186bbb10fb7
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-crypto.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 5c935575a5..8f5aa2b05c 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -444,7 +444,7 @@ blake3, a cryptographic hash function.")
     (propagated-inputs
      (list python-pyopenssl python-tldextract))
     (native-inputs
-     (list nss-certs-for-test python-pytest-cov python-setuptools 
python-wheel))
+     (list nss-certs-for-test python-pytest python-setuptools))
     (home-page "https://github.com/ikreymer/certauth";)
     (synopsis "Certificate authority creation tool")
     (description "This package provides a small library, built on top of

Reply via email to