- Hardcode pytest 3.x series as upstream even in git does not work
with newer versions (they pinned the release) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=132
This commit is contained in:
parent
29cefd379a
commit
7143771b59
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 07:57:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Hardcode pytest 3.x series as upstream even in git does not work
|
||||||
|
with newer versions (they pinned the release)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 25 08:41:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Sat May 25 08:41:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -66,9 +66,9 @@ BuildRequires: %{python_module PySocks >= 1.5.6}
|
|||||||
BuildRequires: %{python_module brotlipy}
|
BuildRequires: %{python_module brotlipy}
|
||||||
BuildRequires: %{python_module chardet >= 3.0.2}
|
BuildRequires: %{python_module chardet >= 3.0.2}
|
||||||
BuildRequires: %{python_module idna >= 2.5}
|
BuildRequires: %{python_module idna >= 2.5}
|
||||||
|
BuildRequires: %{python_module pytest < 4.0}
|
||||||
BuildRequires: %{python_module pytest-httpbin >= 0.0.7}
|
BuildRequires: %{python_module pytest-httpbin >= 0.0.7}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module requests >= %{version}}
|
BuildRequires: %{python_module requests >= %{version}}
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
Reference in New Issue
Block a user