guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: Remove python2-scikit-image.


From: guix-commits
Subject: 06/06: gnu: Remove python2-scikit-image.
Date: Thu, 9 Apr 2020 14:06:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 68cda767df5ee3a5d8a116cb5b0759522df0f561
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Apr 9 14:15:12 2020 +0200

    gnu: Remove python2-scikit-image.
    
    Some of the packages that this depends upon no longer supports Python 2.
    
    * gnu/packages/python-science.scm (python2-scikit-image): Remove variable.
---
 gnu/packages/python-science.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 4b3db6d..530a247 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -195,9 +195,6 @@ routines such as routines for numerical integration and 
optimization.")
      "Scikit-image is a collection of algorithms for image processing.")
     (license license:bsd-3)))
 
-(define-public python2-scikit-image
-  (package-with-python2 python-scikit-image))
-
 (define-public python-pandas
   (package
     (name "python-pandas")



reply via email to

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