gnu: Remove python2-levenshtein.

* gnu/packages/python-xyz.scm (python2-levenshtein): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:51:57 -04:00
parent 8710fb9462
commit 139b97b65e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -19231,9 +19231,6 @@ (define-public python-levenshtein
It supports both normal and Unicode strings.") It supports both normal and Unicode strings.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public python2-levenshtein
(package-with-python2 python-levenshtein))
(define-public python-scandir (define-public python-scandir
(package (package
(name "python-scandir") (name "python-scandir")