guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6f3e365cf6e19c5480a128a7b265d5703bd9ed75
Author: Sharlatan Hellseher <[email protected]>
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 732cc82650..0a8cf5a4d0 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