diff options
Diffstat (limited to 'gnu/packages/image-processing.scm')
| -rw-r--r-- | gnu/packages/image-processing.scm | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index fc1ef17a074..03ae68a85b2 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm | |||
| @@ -1990,11 +1990,16 @@ segmentation.") | |||
| 1990 | ;; these tests. | 1990 | ;; these tests. |
| 1991 | '(list "--ignore=pims/tests/test_common.py" | 1991 | '(list "--ignore=pims/tests/test_common.py" |
| 1992 | "--ignore=pims/tests/test_imseq.py" | 1992 | "--ignore=pims/tests/test_imseq.py" |
| 1993 | "--ignore=pims/tests/test_norpix.py"))) | 1993 | "--ignore=pims/tests/test_norpix.py") |
| 1994 | #:phases | ||
| 1995 | #~(modify-phases %standard-phases | ||
| 1996 | (add-after 'unpack 'relax-requirements | ||
| 1997 | (lambda _ | ||
| 1998 | (substitute* "setup.py" | ||
| 1999 | (("'slicerator>=.*',") | ||
| 2000 | "'slicerator',"))))))) | ||
| 1994 | (native-inputs | 2001 | (native-inputs |
| 1995 | (list python-pytest | 2002 | (list python-pytest python-setuptools)) |
| 1996 | python-setuptools | ||
| 1997 | python-wheel)) | ||
| 1998 | (propagated-inputs | 2003 | (propagated-inputs |
| 1999 | (list python-imageio python-numpy python-slicerator)) | 2004 | (list python-imageio python-numpy python-slicerator)) |
| 2000 | (home-page "https://github.com/soft-matter/pims") | 2005 | (home-page "https://github.com/soft-matter/pims") |
