~ruther/guix-local

0f764385f8c0383fed9c696a53b2b27d3bbc65a4 — Sharlatan Hellseher 8 months ago a4f1f9c
gnu: python-pyopenssl: Fix build.

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

Change-Id: Ief105242f3472e88baa8b44d011a485b1ae09e59
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-crypto.scm
M gnu/packages/python-crypto.scm => gnu/packages/python-crypto.scm +1 -1
@@ 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