summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-28 23:14:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:38 +0000
commitcd495d22e19bc66c58572d1133d7de86b22d0fa9 (patch)
treebf99bc7472c84aad47cb4632f181e0afa0c915a5 /gnu/packages/python-crypto.scm
parent581cda149c94bad56802494b98ce164580b8d15b (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/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm3
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.")
576 python-cffi 576 python-cffi
577 python-click 577 python-click
578 python-cryptography-vectors 578 python-cryptography-vectors
579 python-mypy
580 python-pretend 579 python-pretend
581 python-pytest 580 python-pytest
582 python-pytest-benchmark 581 python-pytest-benchmark
583 python-pytest-cov
584 python-pytest-randomly 582 python-pytest-randomly
585 python-pytest-xdist 583 python-pytest-xdist
586 python-setuptools 584 python-setuptools
587 python-wheel
588 rust 585 rust
589 `(,rust "cargo")) 586 `(,rust "cargo"))
590 (or (and=> (%current-target-system) 587 (or (and=> (%current-target-system)