diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 02:51:57 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:51 -0400 |
commit | 139b97b65e0817e91bced3aa326781b014849f14 (patch) | |
tree | f3f8c60f04351066e109a28e3bf109c4ad1c5e09 /gnu/packages/python-xyz.scm | |
parent | 8710fb9462912b733a5eee1609318be7e73075fa (diff) | |
download | guix-139b97b65e0817e91bced3aa326781b014849f14.tar guix-139b97b65e0817e91bced3aa326781b014849f14.tar.gz |
gnu: Remove python2-levenshtein.
* gnu/packages/python-xyz.scm (python2-levenshtein): Delete variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b03091668f..038f54ec74 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19231,9 +19231,6 @@ point is the point of maximum curvature.") 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") |