mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
896a4f4387
commit
0d41b117f7
2 changed files with 2 additions and 3 deletions
|
|
@ -3797,8 +3797,7 @@ build applications with traitlets in combination with the scipy stack.")
|
|||
;; module 'trimesh' has no attribute '__main__'.
|
||||
(delete 'sanity-check))))
|
||||
(native-inputs
|
||||
(list python-coveralls
|
||||
python-pyinstrument
|
||||
(list python-pyinstrument
|
||||
python-pytest))
|
||||
(propagated-inputs
|
||||
(list ;; python-cascadio ; not packed yet, optional
|
||||
|
|
|
|||
|
|
@ -3032,7 +3032,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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue