mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: Remove python2-levenshtein.
* gnu/packages/python-xyz.scm (python2-levenshtein): Delete variable.
This commit is contained in:
parent
8710fb9462
commit
139b97b65e
1 changed files with 0 additions and 3 deletions
|
@ -19231,9 +19231,6 @@ (define-public python-levenshtein
|
|||
It supports both normal and Unicode strings.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public python2-levenshtein
|
||||
(package-with-python2 python-levenshtein))
|
||||
|
||||
(define-public python-scandir
|
||||
(package
|
||||
(name "python-scandir")
|
||||
|
|
Loading…
Reference in a new issue