14
0

Accepting request 680143 from home:mnhauke

Initial package for pyhton-python-redmine

OBS-URL: https://build.opensuse.org/request/show/680143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-redmine?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2019-02-28 14:52:48 +00:00
committed by Git OBS Bridge
commit 4e20fd0c61
6 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/setup.py b/setup.py
index a4c6200..00d04a4 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
long_description=open('README.rst').read() + '\n\n' + open('CHANGELOG.rst').read(),
keywords='redmine redmineup redminecrm redminelib easyredmine',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
- install_requires=['requests>=2.20.0'],
+ install_requires=['requests>=1.20.0'],
tests_require=tests_require,
cmdclass={'test': NoseTests},
zip_safe=False,