From 139b97b65e0817e91bced3aa326781b014849f14 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 1 May 2022 02:51:57 -0400 Subject: gnu: Remove python2-levenshtein. * gnu/packages/python-xyz.scm (python2-levenshtein): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 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") -- cgit v1.2.3