From 82964edc9dc49c3f3ac29207a2c8b33d092852ef Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 1 Jan 2017 16:11:58 +0100 Subject: [PATCH] move BuildRequires under subpackage Signed-off-by: Igor Gnatenko --- python-aiohttp.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 39d8e1f..d89253c 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -9,9 +9,6 @@ License: ASL 2.0 URL: https://github.com/KeepSafe/aiohttp Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-Cython BuildRequires: gcc %description @@ -20,6 +17,9 @@ BuildRequires: gcc %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-Cython Requires: python3-chardet Requires: python3-multidict