[python-bucky/f18] Add python-setuptools Requires per RHBZ#953834

Jonathan Steffan jsteffan at fedoraproject.org
Tue Sep 24 16:14:08 UTC 2013


commit 34900581d889d3d910344cd8d155dfb83964e168
Author: Jonathan Steffan <jsteffan at fedoraproject.org>
Date:   Tue Sep 24 10:13:59 2013 -0600

    Add python-setuptools Requires per RHBZ#953834

 python-bucky.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-bucky.spec b/python-bucky.spec
index 3d3a2ec..a0dd6d3 100644
--- a/python-bucky.spec
+++ b/python-bucky.spec
@@ -2,7 +2,7 @@
 
 Name:           python-bucky
 Version:        0.2.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        CollectD and StatsD adapter for Graphite
 
 Group:          System Environment/Daemons
@@ -17,7 +17,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools
 
-Requires:       collectd
+Requires:       collectd, python-setuptools
 
 %description
 Bucky is a small server for collecting and translating metrics for
@@ -66,6 +66,9 @@ fi
 
 
 %changelog
+* Tue Sep 24 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 0.2.6-3
+- Update requires (RHBZ#953834), adding python-setuptools
+
 * Thu Sep 19 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 0.2.6-2
 - Update requires (RHBZ#953834)
 


More information about the scm-commits mailing list