From b7096b26446b5f2de08a1b5f77b548f4e759ea11 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 16 Jul 2018 11:44:04 +0200 Subject: [PATCH] add BuildRequires: gcc Signed-off-by: Igor Gnatenko --- python-websockets.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-websockets.spec b/python-websockets.spec index 4196988..6a22b10 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -11,8 +11,7 @@ Source0: https://files.pythonhosted.org/packages/4b/c6/026da2eeed75a49dd0 # Not reliable on koji on some arch (eg arm and ppc) Patch0: remove-tests-with-timeouts.patch -BuildRequires: python3-devel >= 3.5 -BuildRequires: python3-setuptools +BuildRequires: gcc %description websockets is a library for developing WebSocket servers and clients in @@ -27,8 +26,10 @@ It requires Python ≥ 3.4 or Python 3.3 with the asyncio module. %package -n python3-%{pypi_name} -Summary: An implementation of the WebSocket Protocol for python with asyncio +Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} +BuildRequires: python3-devel >= 3.5 +BuildRequires: python3-setuptools %description -n python3-%{pypi_name} websockets is a library for developing WebSocket servers and clients in