1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-13 04:35:56 +02:00

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
-7
View File
@@ -3114,13 +3114,6 @@ files. It can be used to create po files from scratch or to modify
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")