diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-28 23:14:21 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:38 +0000 |
| commit | cd495d22e19bc66c58572d1133d7de86b22d0fa9 (patch) | |
| tree | bf99bc7472c84aad47cb4632f181e0afa0c915a5 /gnu | |
| parent | 581cda149c94bad56802494b98ce164580b8d15b (diff) | |
gnu: python-cryptography: Remove python-pytest-cov input.
* gnu/packages/python-crypto.scm (python-cryptography)[native-inputs]:
Remove python-mypy, python-pytest-cov, python-wheel.
Change-Id: I9ea836da87bbd11cfa04c9120d126e06773d028a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 88d9b89a19f..d1648334473 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -576,15 +576,12 @@ is used by the Requests library to verify HTTPS requests.") python-cffi python-click python-cryptography-vectors - python-mypy python-pretend python-pytest python-pytest-benchmark - python-pytest-cov python-pytest-randomly python-pytest-xdist python-setuptools - python-wheel rust `(,rust "cargo")) (or (and=> (%current-target-system) |
