[python-glanceclient] add missing BR setuptools_git

Alan Pevec apevec at fedoraproject.org
Thu Aug 23 01:12:34 UTC 2012


commit 6104c768ef6dea5e87c3d3b6fd630e57921adb20
Author: Alan Pevec <apevec at redhat.com>
Date:   Thu Aug 23 02:47:15 2012 +0200

    add missing BR setuptools_git

 python-glanceclient.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/python-glanceclient.spec b/python-glanceclient.spec
index e1aba5e..bb4e092 100644
--- a/python-glanceclient.spec
+++ b/python-glanceclient.spec
@@ -23,6 +23,7 @@ Patch0005: 0005-adjust-egg-info-for-Fedora.patch
 
 BuildArch:        noarch
 BuildRequires:    python-setuptools
+BuildRequires:    python-setuptools_git
 
 Requires:         python-httplib2
 Requires:         python-keystoneclient
@@ -42,6 +43,8 @@ glanceclient module), and a command-line script (glance). Each implements
 %patch0003 -p1
 %patch0004 -p1
 %patch0005 -p1
+# Remove bundled egg-info
+rm -rf python_glanceclient.egg-info
 
 %build
 %{__python} setup.py build


More information about the scm-commits mailing list