From 59d1a5414d265a30378790de5b8b1092f39bde1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 15 Sep 2015 16:52:37 +0200 Subject: [PATCH] Flake8 also for python3. --- python-pOCCI.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pOCCI.spec b/python-pOCCI.spec index c99850a..69f75e0 100644 --- a/python-pOCCI.spec +++ b/python-pOCCI.spec @@ -44,7 +44,7 @@ Patch1: %{srcname}-2to3.diff BuildArch: noarch BuildRequires: python2-devel python-pycurl %if 0%{?with_python3} -BuildRequires: python3-devel python3-pycurl +BuildRequires: python3-devel python3-pycurl python3-flake8 %endif %if 0%{?with_tests} BuildRequires: python-flake8 -- 1.8.2.3