emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42258: closed ([PATCH] gnu: python-scikit-image: Add dependency on p


From: GNU bug Tracking System
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

Your message dated Wed, 08 Jul 2020 11:59:57 +0200
with message-id <878sfu5ntu.fsf@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@gnu.org.)


-- 
42258: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42258
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

Vinicius Monego <monego@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]