Add flake8 dependency.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 15 Sep 2015 14:17:49 +0000 (16:17 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 15 Sep 2015 14:17:49 +0000 (16:17 +0200)
python-pOCCI.spec

index dc047d2..c99850a 100644 (file)
@@ -1,5 +1,5 @@
 %global srcname pOCCI
-%global commit 8f3eace8c082dbcaae68872451919a21f4d57d96
+%global commit 7bd0427740f4c2b34e642e164c9c3cf84ac7f5e0
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 # compatibility macros
@@ -30,8 +30,8 @@
 %endif
 
 Name:           python-%{srcname}
-Version:        0.0.1
-Release:        0.20151431git%{shortcommit}%{?dist}
+Version:        0.0.2
+Release:        0.20150915git%{shortcommit}%{?dist}
 Summary:        OCCI compliance testing
 
 License:        MIT
@@ -46,6 +46,9 @@ BuildRequires:  python2-devel python-pycurl
 %if 0%{?with_python3}
 BuildRequires:  python3-devel python3-pycurl
 %endif
+%if 0%{?with_tests}
+BuildRequires:  python-flake8
+%endif
 BuildRequires:  python-sphinx
 
 %description
@@ -193,5 +196,5 @@ popd
 
 
 %changelog
-* Mon Aug 31 2015 František Dvořák <valtri@civ.zcu.cz> - 0.0.1-0.20151431git8f3eace
+* Tue Sep 15 2015 František Dvořák <valtri@civ.zcu.cz> - 0.0.2-0.20150915git7bd0427
 - Initial package