Accepting request 501810 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/501810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2017-06-08 13:04:15 +00:00 committed by Git OBS Bridge
commit 2287e66f3c
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 31 19:30:52 UTC 2017 - dmueller@suse.com
- adjust buildrequirements for singlespec building on SLE_12
-------------------------------------------------------------------
Wed Apr 19 20:55:27 UTC 2017 - toddrme2178@gmail.com

View File

@ -29,19 +29,21 @@ Group: Development/Languages/Python
Url: http://www.gevent.org/
Source: https://files.pythonhosted.org/packages/source/g/gevent/gevent-%{version}.tar.gz
Source100: %{name}-rpmlintrc
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module greenlet}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%ifpython2
BuildRequires: python-greenlet
Requires: python-greenlet
%endif
# Documentation requirements
BuildRequires: python3-Sphinx
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