diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-18 16:15:00 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:30 +0100 |
| commit | ccba1a600cdccbdb9138acb6416ac1119c31fc99 (patch) | |
| tree | d54ad150d64c872b372a7535e00539aa1b85a6fe /gnu/packages/python-crypto.scm | |
| parent | d2fe4a5ee59e7eb4afbdb7ab4ac1c749e0c62ff8 (diff) | |
gnu: python-certauth: Fix tests.
* gnu/packages/python-crypto.scm (python-certauth)[native-inputs]: Add
python-pytest, drop python-wheel.
Change-Id: Ia2ffaabdfb8943bc19bac75561268186bbb10fb7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
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 |
