gnu: python-pyopenssl: Fix build.

* gnu/packages/python-crypto.scm (python-pyopenssl): [native-inputs]:
Remove python-wheel; add python-setuptools.

Change-Id: Ief105242f3472e88baa8b44d011a485b1ae09e59
This commit is contained in:
Sharlatan Hellseher 2025-07-16 11:40:24 +01:00
parent a4f1f9c321
commit 0f764385f8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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