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

commit 1e5bfb620d1b2a561e3cb025b9c3f3b36bbead51
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed Jul 16 11:40:24 2025 +0100

    gnu: python-pyopenssl: Fix build.
    
    * gnu/packages/python-crypto.scm (python-pyopenssl): [native-inputs]:
    Remove python-wheel; add python-setuptools.
    
    Change-Id: Ief105242f3472e88baa8b44d011a485b1ae09e59
---
 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 1b22515b3a..4ccf4843bf 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -650,7 +650,7 @@ ciphers, message digests and key derivation functions.")
            python-pretend
            python-pytest
            python-pytest-rerunfailures
-           python-wheel))
+           python-setuptools))
     (home-page "https://github.com/pyca/pyopenssl";)
     (synopsis "Python wrapper module around the OpenSSL library")
     (description "PyOpenSSL is a high-level wrapper around a subset of the

Reply via email to