From eaedef6f4d353b06a8963b89fbd3b377cda3d6bd8962ce6a93e993c9007759a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 11 Oct 2018 21:01:29 +0000 Subject: [PATCH] Require correct Cython OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvloop?expand=0&rev=2 --- python-uvloop.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-uvloop.spec b/python-uvloop.spec index f8bb979..2dc18ab 100644 --- a/python-uvloop.spec +++ b/python-uvloop.spec @@ -26,7 +26,7 @@ License: MIT AND Apache-2.0 Group: Development/Languages/Python URL: http://github.com/MagicStack/uvloop Source: https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz -BuildRequires: %{python_module Cython} +BuildRequires: %{python_module Cython >= 0.28} BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module devel} BuildRequires: %{python_module psutil}