- Restrict the tornado dep from tom to 5 or older release as the

6.x changed the API

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=86
This commit is contained in:
Tomáš Chvátal 2019-09-27 10:41:51 +00:00 committed by Git OBS Bridge
parent 5e976f8380
commit 757a934cb6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 27 10:39:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Restrict the tornado dep from tom to 5 or older release as the
6.x changed the API
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 20 12:14:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Fri Sep 20 12:14:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -70,7 +70,7 @@ BuildRequires: %{python_module mock >= 1.3.0}
BuildRequires: %{python_module psutil} BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}
BuildRequires: %{python_module tornado >= 4.2.1} BuildRequires: %{python_module tornado < 6}
BuildRequires: %{python_module urllib3 >= %{version}} BuildRequires: %{python_module urllib3 >= %{version}}
%endif %endif
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24