diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:43:51 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:46 -0400 |
commit | 0202863b7692c9f2048829d093e7e15d808f6d92 (patch) | |
tree | 1e5de629f7479575c557b42aec98bfdf146d1649 /gnu/packages | |
parent | 77d25a62f271e47c343d62314d32b86ce0d1cede (diff) |
gnu: Remove python2-text-unidecode.
* gnu/packages/python-xyz.scm (python2-text-unidecode): Delete variable.
Diffstat (limited to 'gnu/packages')
-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") |