From 8520fc1a815b2cbe891aa2fff065e3776a89258a54206e9d5b26c578246bb943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 1 Feb 2019 14:29:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=50 --- python-gevent.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-gevent.spec b/python-gevent.spec index b6a243a..14467c3 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -78,6 +78,7 @@ out the list of the open source projects based on gevent. Summary: Documentation for %{name} Group: Documentation/Other Provides: %{python_module gevent-doc = %{version}} +BuildArch: noarch %description -n python-gevent-doc Documentation and examples for %{name}. @@ -88,13 +89,11 @@ Documentation and examples for %{name}. %build export LIBEV_EMBED=0 export CARES_EMBED=0 -export GEVENT_NO_CFFI_BUILD=1 %python_build %install export LIBEV_EMBED=0 export CARES_EMBED=0 -export GEVENT_NO_CFFI_BUILD=1 %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} @@ -108,6 +107,7 @@ test__socket_ssl.py test___example_servers.py test__socket_dns.py test__getaddrinfo_import.py +test__examples.py EOF export GEVENT_RESOLVER=thread %python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m gevent.tests --ignore network_tests.txt