gnu: Remove python2-text-unidecode.

* gnu/packages/python-xyz.scm (python2-text-unidecode): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:43:51 -04:00
parent 77d25a62f2
commit 0202863b76
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")