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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user