gnu: Remove python2-polib.
* gnu/packages/python-xyz.scm (python2-polib): Delete variable.
This commit is contained in:
parent
8ac3ebf1b4
commit
2644fac20e
1 changed files with 0 additions and 7 deletions
|
@ -3114,13 +3114,6 @@ (define-public python-polib
|
||||||
existing ones.")
|
existing ones.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-polling2
|
||||||
(package
|
(package
|
||||||
(name "python-polling2")
|
(name "python-polling2")
|
||||||
|
|
Loading…
Reference in a new issue