diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-28 20:44:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:37 +0000 |
| commit | 1f086b347b9ec6e0f1e9101f49207b0f02e4cf2d (patch) | |
| tree | 5323baf1f105b64bb3981e8fa08e58edeb190665 /gnu | |
| parent | 53582196c98caa4db7a4c8e23d1bb22233a0aee0 (diff) | |
gnu: python-expandvars: Remove python-pytest-cov input.
* gnu/packages/python-xyz.scm (python-expandvars)[native-inputs]:
Remove python-pytest-cov.
Change-Id: I7dae800fdf4752af6d8049c12c2b90233bbb5127
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ee1ac27afa1..ccbe791b1f3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7196,7 +7196,7 @@ and is not compatible with JSON.") (base32 "0i6q4i8dzsax85w1l2hc7saymyh3fw43vkifh5flpkr8ayjxy6kx")))) (build-system pyproject-build-system) (native-inputs - (list python-hatchling python-pytest python-pytest-cov)) + (list python-hatchling python-pytest)) (home-page "https://pypi.org/project/expandvars/") (synopsis "Expand system variables Unix style") (description "This module is inspired by GNU bash's variable expansion |
