From 7c785354e74979719b1f2c372cbffa3645ea8d34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 15 Sep 2015 20:23:52 +0200 Subject: [PATCH] Remove flake8. --- python-pOCCI.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pOCCI.spec b/python-pOCCI.spec index ef78f3a..f58ec05 100644 --- a/python-pOCCI.spec +++ b/python-pOCCI.spec @@ -44,9 +44,8 @@ Patch1: %{srcname}-2to3.diff BuildArch: noarch BuildRequires: python2-devel python-pycurl %if 0%{?with_python3} -BuildRequires: python3-devel python3-pycurl python3-flake8 +BuildRequires: python3-devel python3-pycurl %endif -BuildRequires: python-flake8 BuildRequires: python-sphinx %description @@ -90,6 +89,7 @@ pushd %{srcname}-%{commit} %if 0%{?rhel} && 0%{?rhel} <= 6 sed -e "/'sphinx.ext.viewcode'/d" -i doc/conf.py %endif +sed -e "/'flake8'/d" -i setup.py popd cp -a %{srcname}-%{commit} python2 cp -a %{srcname}-%{commit} python3 -- 1.8.2.3