diff options
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
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 |
