mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: Remove python2-text-unidecode.
* gnu/packages/python-xyz.scm (python2-text-unidecode): Delete variable.
This commit is contained in:
parent
77d25a62f2
commit
0202863b76
1 changed files with 0 additions and 3 deletions
|
@ -3892,9 +3892,6 @@ (define-public python-text-unidecode
|
|||
;; The user can choose either license.
|
||||
(license (list license:clarified-artistic license:gpl2+))))
|
||||
|
||||
(define-public python2-text-unidecode
|
||||
(package-with-python2 python-text-unidecode))
|
||||
|
||||
(define-public python-pyjwt
|
||||
(package
|
||||
(name "python-pyjwt")
|
||||
|
|
Loading…
Reference in a new issue