From: František Dvořák Date: Tue, 15 Sep 2015 14:17:49 +0000 (+0200) Subject: Add flake8 dependency. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=59fd108a17d174704dcaaaeb51f425d0641fec9b;p=packaging-rpm-pOCCI.git Add flake8 dependency. --- 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