GNU bug report logs - #42258
[PATCH] gnu: python-scikit-image: Add dependency on python-imageio and python-tifffile.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Wed, 8 Jul 2020 03:50:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#42258: closed ([PATCH] gnu: python-scikit-image: Add
 dependency on python-imageio and python-tifffile.)
Date: Wed, 08 Jul 2020 10:01:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 08 Jul 2020 11:59:57 +0200
with message-id <878sfu5ntu.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#42258] [PATCH] gnu: python-scikit-image: Add dependency on python-imageio and python-tifffile.
has caused the debbugs.gnu.org bug report #42258,
regarding [PATCH] gnu: python-scikit-image: Add dependency on python-imageio and python-tifffile.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
42258: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42258
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: python-scikit-image: Add dependency on python-imageio
 and python-tifffile.
Date: Wed,  8 Jul 2020 00:48:41 -0300
* gnu/packages/python-science.scm (python-scikit-image)[propagated-inputs]: Add
python-imageio and python-tifffile.
---
Base dependencies listed in requirements/default.txt

 gnu/packages/python-science.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 3d6d4e909e..bbfa9fb8b2 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -216,13 +216,15 @@ Cython.")
     (propagated-inputs
      `(("python-cloudpickle" ,python-cloudpickle)
        ("python-dask" ,python-dask)
+       ("python-imageio" ,python-imageio)
        ("python-matplotlib" ,python-matplotlib)
        ("python-networkx" ,python-networkx)
        ("python-numpy" ,python-numpy)
        ("python-pillow" ,python-pillow)
        ("python-pywavelets" ,python-pywavelets)
        ("python-scipy" ,python-scipy)
-       ("python-six" ,python-six)))
+       ("python-six" ,python-six)
+       ("python-tifffile" ,python-tifffile)))
     (native-inputs
      `(("python-cython" ,python-cython)))
     (home-page "https://scikit-image.org/")
-- 
2.20.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 42258-done <at> debbugs.gnu.org
Subject: Re: [bug#42258] [PATCH] gnu: python-scikit-image: Add dependency on
 python-imageio and python-tifffile.
Date: Wed, 08 Jul 2020 11:59:57 +0200
Hello,

Vinicius Monego <monego <at> posteo.net> writes:

> * gnu/packages/python-science.scm (python-scikit-image)[propagated-inputs]: Add
> python-imageio and python-tifffile.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 5 years and 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.