From 937a67526fa66c511d2589da86ce8f0482f04a5ab92ef9d53ef00e60c894ab3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Feb 2019 11:02:59 +0000 Subject: [PATCH] - Switch to pkgconfig requirements as c-ares was renamed between SLE12 and SLE15 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=54 --- python-gevent.changes | 6 ++++++ python-gevent.spec | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/python-gevent.changes b/python-gevent.changes index d8dab67..35c875f 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 11 11:02:21 UTC 2019 - Tomáš Chvátal + +- Switch to pkgconfig requirements as c-ares was renamed between + SLE12 and SLE15 + ------------------------------------------------------------------- Mon Feb 4 11:37:48 UTC 2019 - Antonio Larrosa diff --git a/python-gevent.spec b/python-gevent.spec index fc8096e..efb87cf 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -40,14 +40,15 @@ BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.event} BuildRequires: %{python_module zope.interface} -# /etc/protocols needed for tests -BuildRequires: c-ares-devel BuildRequires: fdupes -BuildRequires: libev-devel -BuildRequires: libuv-devel +# /etc/protocols needed for tests BuildRequires: netcfg +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: python3-testsuite +BuildRequires: pkgconfig(libcares) +BuildRequires: pkgconfig(libev) +BuildRequires: pkgconfig(libuv) Requires: python-cffi Requires: python-dnspython Requires: python-greenlet