diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -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 5c935575a5c..8f5aa2b05c2 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -444,7 +444,7 @@ blake3, a cryptographic hash function.") (propagated-inputs (list python-pyopenssl python-tldextract)) (native-inputs - (list nss-certs-for-test python-pytest-cov python-setuptools python-wheel)) + (list nss-certs-for-test python-pytest python-setuptools)) (home-page "https://github.com/ikreymer/certauth") (synopsis "Certificate authority creation tool") (description "This package provides a small library, built on top of |
