From 754ac99a55236d4130d472b56bf8ef907f98685120313a60a8021ba58c39cb62 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 22 Nov 2017 15:29:59 +0000 Subject: [PATCH] - add greenlet dependency to Python 3 as well (bsc#1055386) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=32 --- python-gevent.changes | 5 +++++ python-gevent.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-gevent.changes b/python-gevent.changes index d24ca38..c8d603c 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -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 diff --git a/python-gevent.spec b/python-gevent.spec index d2190a8..5614d75 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -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