gnu: Remove python2-pillow.

* gnu/packages/python-xyz.scm (python2-pillow): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-05 22:57:19 -04:00
parent 89f9678126
commit 493ee41ada
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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)