mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-pims: Fix build.
* gnu/packages/image-processing.scm (python-pims) [arguments]<#:phases>: Add phase 'relax-requirements. [native-inputs]: Remove python-wheel. Change-Id: Icec0ee0744cd326f1bbd2f320b63fa067cea7e8b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
4ce3182d41
commit
b5159db2ce
1 changed files with 9 additions and 4 deletions
|
|
@ -1990,11 +1990,16 @@ segmentation.")
|
|||
;; these tests.
|
||||
'(list "--ignore=pims/tests/test_common.py"
|
||||
"--ignore=pims/tests/test_imseq.py"
|
||||
"--ignore=pims/tests/test_norpix.py")))
|
||||
"--ignore=pims/tests/test_norpix.py")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("'slicerator>=.*',")
|
||||
"'slicerator',")))))))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(list python-pytest python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-imageio python-numpy python-slicerator))
|
||||
(home-page "https://github.com/soft-matter/pims")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue