forked from pool/python-aiohttp
Accepting request 707668 from devel:languages:python
- Fix Requires and BuildRequires OBS-URL: https://build.opensuse.org/request/show/707668 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp?expand=0&rev=12
This commit is contained in:
commit
bdca7b73db
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 4 14:47:20 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- Fix Requires and BuildRequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 27 14:25:09 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Wed Feb 27 14:25:09 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -27,8 +27,18 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/aio-libs/aiohttp
|
URL: https://github.com/aio-libs/aiohttp
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
|
BuildRequires: %{python_module async_timeout >= 3.0}
|
||||||
|
BuildRequires: %{python_module attrs >= 17.3.0}
|
||||||
|
BuildRequires: %{python_module chardet >= 2.0}
|
||||||
BuildRequires: %{python_module devel >= 3.5.3}
|
BuildRequires: %{python_module devel >= 3.5.3}
|
||||||
|
BuildRequires: %{python_module multidict >= 4.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
%if 0%{suse_version} < 1550
|
||||||
|
BuildRequires: %{python_module idna_ssl >= 1.0}
|
||||||
|
BuildRequires: %{python_module typing_extensions >= 3.6.5}
|
||||||
|
Requires: python-idna_ssl
|
||||||
|
Requires: python-typing_extensions
|
||||||
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python >= 3.5.3
|
Requires: python >= 3.5.3
|
||||||
@ -39,17 +49,14 @@ Requires: python-chardet >= 2.0
|
|||||||
Requires: python-gunicorn
|
Requires: python-gunicorn
|
||||||
Requires: python-multidict >= 4.0
|
Requires: python-multidict >= 4.0
|
||||||
Requires: python-yarl >= 1.0
|
Requires: python-yarl >= 1.0
|
||||||
|
Requires: python-yarl >= 1.0
|
||||||
Recommends: python-aiodns
|
Recommends: python-aiodns
|
||||||
Recommends: python-cChardet
|
Recommends: python-cChardet
|
||||||
Suggests: %{name}-doc
|
Suggests: %{name}-doc
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module async_generator}
|
BuildRequires: %{python_module async_generator}
|
||||||
BuildRequires: %{python_module async_timeout >= 3.0}
|
|
||||||
BuildRequires: %{python_module attrs >= 17.3.0}
|
|
||||||
BuildRequires: %{python_module brotlipy}
|
BuildRequires: %{python_module brotlipy}
|
||||||
BuildRequires: %{python_module chardet >= 2.0}
|
|
||||||
BuildRequires: %{python_module gunicorn}
|
BuildRequires: %{python_module gunicorn}
|
||||||
BuildRequires: %{python_module multidict >= 4.0}
|
|
||||||
BuildRequires: %{python_module pluggy}
|
BuildRequires: %{python_module pluggy}
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user