[python-glance-store] Fix build in Koji

Haïkel Guémar hguemar at fedoraproject.org
Thu Sep 18 07:49:23 UTC 2014


commit 6ff8caac62477f9925cea703f48b5dab0f59bd64
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Thu Sep 18 09:42:19 2014 +0200

    Fix build in Koji

 python-glance-store.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-glance-store.spec b/python-glance-store.spec
index 725d465..9825f70 100644
--- a/python-glance-store.spec
+++ b/python-glance-store.spec
@@ -12,6 +12,7 @@ Source0:        https://pypi.python.org/packages/source/g/%{upstream_name}/%{ups
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
+BuildRequires:  python-pbr
 Requires:       python-eventlet
 Requires:       python-cinderclient >= 1.0.6
 Requires:       python-iso8601
@@ -29,7 +30,6 @@ OpenStack image service store library
 %setup -q -n %{upstream_name}-%{version}
 
 
-
 %build
 %{__python2} setup.py build
 # Remove bundle egg-info


More information about the scm-commits mailing list