Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 5b9123641e968bb257b3e40b2848a089 > files > 1

python-cookiecutter-2.5.0-1.mga10.src.rpm

From 1b390da00b42d966bcdf3d413d13851846d040b1 Mon Sep 17 00:00:00 2001
From: Papoteur <papoteur@mageia.org>
Date: Sun, 1 Oct 2023 16:53:17 +0200
Subject: [PATCH] fix requirements for urpmi

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 3fe360c..d3a817c 100644
--- a/setup.py
+++ b/setup.py
@@ -19,8 +19,8 @@ with open('README.md', encoding='utf-8') as readme_file:
 
 requirements = [
     'binaryornot>=0.4.4',
-    'Jinja2>=2.7,<4.0.0',
-    'click>=7.0,<9.0.0',
+    'Jinja2>=2.7',
+    'click>=7.0',
     'pyyaml>=5.3.1',
     'python-slugify>=4.0.0',
     'requests>=2.23.0',
-- 
2.30.9