summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-01-31 00:37:48 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:35 +0100
commit047a9dc43bf5709e1ff203f4ef68fa0dbc3099da (patch)
treeb58f1aebc37d5389d87aa4f5eae86757914f9f94 /gnu/packages/python-xyz.scm
parent4817aa01e36db2337efb951737120f226978cc64 (diff)
gnu: Remove python-coveralls native-input from some packages.
Remove python-coveralls from [native-inputs] in the following packages as not required for build/tests/install: * gnu/packages/python-science.scm (python-trimesh) * gnu/packages/python-xyz.scm (python-affine) Change-Id: Ia2beeec4ebc4e651f0a079efb644afa8026d53de Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 89898bb315b..693c42caa1f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3061,7 +3061,7 @@ using a dot syntax, for example: @code{dictionary['deeply.nested.key']}.")
(base32
"1shyvajayyzbkp9dihb4mz835jnkp0kqqbyjfqci6v43da6q2kd2"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-coveralls python-flake8 python-pydocstyle
+ (propagated-inputs (list python-flake8 python-pydocstyle
python-pytest python-pytest-cov))
(native-inputs (list python-flit-core))
(home-page "https://github.com/rasterio/affine")