From 59fd108a17d174704dcaaaeb51f425d0641fec9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 15 Sep 2015 16:17:49 +0200 Subject: [PATCH] Add flake8 dependency. --- python-pOCCI.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-pOCCI.spec b/python-pOCCI.spec index dc047d2..c99850a 100644 --- a/python-pOCCI.spec +++ b/python-pOCCI.spec @@ -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 - 0.0.1-0.20151431git8f3eace +* Tue Sep 15 2015 František Dvořák - 0.0.2-0.20150915git7bd0427 - Initial package -- 1.8.2.3