gnu: Remove python2-polib.

* gnu/packages/python-xyz.scm (python2-polib): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:42:18 -04:00
parent 8ac3ebf1b4
commit 2644fac20e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3114,13 +3114,6 @@ (define-public python-polib
existing ones.")
(license license:expat)))
(define-public python2-polib
(let ((base (package-with-python2 (strip-python2-variant python-polib))))
(package/inherit base
(arguments `(,@(package-arguments base)
;; Tests don't work with python2.
#:tests? #f)))))
(define-public python-polling2
(package
(name "python-polling2")