mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove python2-pillow.
* gnu/packages/python-xyz.scm (python2-pillow): Delete variable.
This commit is contained in:
parent
89f9678126
commit
493ee41ada
1 changed files with 0 additions and 18 deletions
|
@ -6862,24 +6862,6 @@ (define-public python-pillow
|
|||
"http://www.pythonware.com/products/pil/license.htm"
|
||||
"The PIL Software License"))))
|
||||
|
||||
(define-public python2-pillow
|
||||
(package-with-python2
|
||||
(package
|
||||
(inherit (strip-python2-variant python-pillow))
|
||||
;; Version 6 is the last series with Python 2 support.
|
||||
(version "6.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Pillow" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l5rv8jkdrb5q846v60v03mcq64yrhklidjkgwv6s1pda71g17yv"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments python-pillow)
|
||||
;; FIXME: One of the tests is failing.
|
||||
((#:tests? _ #f) #f))))))
|
||||
|
||||
(define-public python-pillow-2.9
|
||||
(package
|
||||
(inherit python-pillow)
|
||||
|
|
Loading…
Reference in a new issue