diff options
-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 c44b2934dd..599354e18b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3892,9 +3892,6 @@ memory usage and transliteration quality.") ;; The user can choose either license. (license (list license:clarified-artistic license:gpl2+)))) -(define-public python2-text-unidecode - (package-with-python2 python-text-unidecode)) - (define-public python-pyjwt (package (name "python-pyjwt") |