From 9bf8cc112cbc9fb3936cc8cfb0693cc67602749b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 1 May 2022 03:07:49 -0400 Subject: gnu: Remove python2-unidecode. * gnu/packages/python-xyz.scm (python2-unidecode): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7478d29065..c515954b48 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3622,9 +3622,6 @@ machine identifiers from human-readable Unicode strings that should still be somewhat intelligible.") (license license:gpl2+))) -(define-public python2-unidecode - (package-with-python2 python-unidecode)) - (define-public python-text-unidecode (package (name "python-text-unidecode") -- cgit v1.2.3