diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-25 23:37:14 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:35 +0100 |
| commit | fbaf9c22a0128bf81fd62e678984b4eb46064571 (patch) | |
| tree | b528b4609a95bd89a5aaa3f28be8ae5346e8b40a /gnu/packages/openstack.scm | |
| parent | 015bc199ef39310330f97b972a9d0058296766a6 (diff) | |
gnu: Remove python-coverage native-input from some packages.
Remove python-coverage from [native-inputs] in the following packages as
not required for build/tests/install:
* gnu/packages/check.scm: (python-pytest-flakes)
* gnu/packages/cpp.scm: (cpplint)
* gnu/packages/jupyter.scm: (python-nbclassic)
* gnu/packages/machine-learning.scm (onnx,
python-pytorch-lightning) (python-torchmetrics)
* gnu/packages/openstack.scm: (python-hacking)
* gnu/packages/python-xyz.scm: (python-lsp-jsonrpc, python-nodeenv)
* gnu/packages/simulation.scm: (python-dolfin-adjoint)
* gnu/packages/version-control.scm: (pre-commit)
Change-Id: I2c5e14f4aa28906ceee054c857e6abeeb122ad52
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 8a5b0d62ccc..359880fcbff 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -157,8 +157,7 @@ manner.") | |||
| 157 | (propagated-inputs | 157 | (propagated-inputs |
| 158 | (list python-flake8)) | 158 | (list python-flake8)) |
| 159 | (native-inputs | 159 | (native-inputs |
| 160 | (list python-coverage | 160 | (list python-ddt |
| 161 | python-ddt | ||
| 162 | python-eventlet | 161 | python-eventlet |
| 163 | python-fixtures | 162 | python-fixtures |
| 164 | python-setuptools | 163 | python-setuptools |
