[python-celery/f19] add missing repuirement of python-setuptools

Matthias Runge mrunge at fedoraproject.org
Fri Jan 10 10:24:52 UTC 2014


commit d753cf0e4006e2398757b1f2a1572613ef197f6b
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Jan 10 11:24:40 2014 +0100

    add missing repuirement of python-setuptools

 python-celery.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-celery.spec b/python-celery.spec
index a90fe0c..5810eba 100644
--- a/python-celery.spec
+++ b/python-celery.spec
@@ -6,7 +6,7 @@
 
 Name:           python-celery
 Version:        3.0.15
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Distributed Task Queue
 
 Group:          Development/Languages
@@ -17,6 +17,7 @@ Source0:        http://pypi.python.org/packages/source/c/celery/celery-%{version
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
+Requires:       python-setuptools
 Requires:       python-anyjson
 Requires:       python-dateutil
 Requires:       python-kombu >= 2.5.16, python-kombu < 3
@@ -180,6 +181,9 @@ popd
 
 
 %changelog
+* Fri Jan 10 2014 Matthias Runge <mrunge at redhat.com> - 3.0.15-5
+- add requirement to python-setuptools (rhbz#1051176)
+
 * Wed Jan 08 2014 Matthias Runge <mrunge at redhat.com> - 3.0.15-4
 - require more specific versions of kombu and billiard
 


More information about the scm-commits mailing list