summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-16 11:40:24 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:44 +0100
commit0f764385f8c0383fed9c696a53b2b27d3bbc65a4 (patch)
tree660a374a0e8a3e5d9441bea1450e94e73a145d24 /gnu/packages/python-crypto.scm
parenta4f1f9c3215b622974ac4d8cda7d19bba92ac673 (diff)
gnu: python-pyopenssl: Fix build.
* gnu/packages/python-crypto.scm (python-pyopenssl): [native-inputs]: Remove python-wheel; add python-setuptools. Change-Id: Ief105242f3472e88baa8b44d011a485b1ae09e59
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index a24442de63..a273381561 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -635,7 +635,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