gnu: Remove python2-unidecode.

* gnu/packages/python-xyz.scm (python2-unidecode): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 03:07:49 -04:00
parent 843904d643
commit 9bf8cc112c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3622,9 +3622,6 @@ (define-public python-unidecode
somewhat intelligible.")
(license license:gpl2+)))
(define-public python2-unidecode
(package-with-python2 python-unidecode))
(define-public python-text-unidecode
(package
(name "python-text-unidecode")