Change in vdsm[master]: vdsm.spec: pyflakes/python-pep8 BuildRequirement

dougsland at redhat.com dougsland at redhat.com
Wed Oct 31 00:12:11 UTC 2012


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: vdsm.spec: pyflakes/python-pep8 BuildRequirement
......................................................................

vdsm.spec: pyflakes/python-pep8 BuildRequirement

pyflakes and python-pep8 are not default RHEL packages.
This patch will move it for non rhel system requirements.

Change-Id: Ieaf21db9542ae3c9e107a94f64e0e52c7a7e62c1
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/40/8940/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 37f37a3..c117ee5 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -35,9 +35,7 @@
 
 BuildRequires: python
 BuildRequires: python-devel
-BuildRequires: pyflakes
 BuildRequires: python-nose
-BuildRequires: python-pep8
 
 # BuildRequires needed by the tests during the build
 BuildRequires: python-ethtool
@@ -54,6 +52,8 @@
 %endif
 
 %if !0%{?rhel}
+BuildRequires: pyflakes
+BuildRequires: python-pep8
 BuildRequires: systemd-units
 %endif
 


--
To view, visit http://gerrit.ovirt.org/8940
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieaf21db9542ae3c9e107a94f64e0e52c7a7e62c1
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>


More information about the vdsm-patches mailing list