gnu: Remove python2-imagesize.

* gnu/packages/python-xyz.scm (python2-imagesize): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:51:46 -04:00
parent 3dd350f527
commit 8577f93ba3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -18151,9 +18151,6 @@ (define-public python-imagesize
PNG, JPEG, JPEG2000 and GIF files in pure Python.")
(license license:expat)))
(define-public python2-imagesize
(package-with-python2 python-imagesize))
(define-public python-termstyle
(package
(name "python-termstyle")