guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 056cfcc982395b0330ce695c6f9f3556014fdc34
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:14:21 2025 +0100
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 <[email protected]>
---
gnu/packages/python-crypto.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 88d9b89a19..d164833447 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)