aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-slugify-depend-on-unidecode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/python-slugify-depend-on-unidecode.patch')
-rw-r--r--gnu/packages/patches/python-slugify-depend-on-unidecode.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/patches/python-slugify-depend-on-unidecode.patch b/gnu/packages/patches/python-slugify-depend-on-unidecode.patch
index 6038f432f1..5ac749c19d 100644
--- a/gnu/packages/patches/python-slugify-depend-on-unidecode.patch
+++ b/gnu/packages/patches/python-slugify-depend-on-unidecode.patch
@@ -6,8 +6,8 @@ index 4800173..6bdd77f 100755
author = 'Val Neekman'
author_email = 'info@neekware.com'
license = 'MIT'
--install_requires = ['text-unidecode==1.2']
--extras_require = {'unidecode': ['Unidecode==1.0.23']}
+-install_requires = ['text-unidecode>=1.3']
+-extras_require = {'unidecode': ['Unidecode>=1.1.1']}
+install_requires = ['Unidecode']
classifiers = [