Accepting request 544433 from devel:languages:python
- add greenlet dependency to Python 3 as well (bsc#1055386) OBS-URL: https://build.opensuse.org/request/show/544433 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=20
This commit is contained in:
commit
57c9d3ffc9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 22 15:29:26 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- add greenlet dependency to Python 3 as well (bsc#1055386)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 12 16:56:47 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -31,19 +31,17 @@ Source: https://files.pythonhosted.org/packages/source/g/gevent/gevent-%
|
||||
Source100: %{name}-rpmlintrc
|
||||
BuildRequires: %{python_module cffi}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module greenlet}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%ifpython2
|
||||
BuildRequires: python-greenlet
|
||||
Requires: python-greenlet
|
||||
%endif
|
||||
# Documentation requirements
|
||||
BuildRequires: python-Sphinx
|
||||
%if %{with tests}
|
||||
BuildRequires: %{python_module nose}
|
||||
%endif
|
||||
Requires: python-cffi
|
||||
Requires: python-greenlet
|
||||
Recommends: python-psutil
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%python_subpackages
|
||||
|
Loading…
x
Reference in New Issue
Block a user