[python-celery/f19] add requirement amqp

Matthias Runge mrunge at fedoraproject.org
Mon Sep 16 08:57:30 UTC 2013


commit 1a367d5e9b0c76fd6ef9d015508c33349d76b67b
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Sep 16 10:57:08 2013 +0200

    add requirement amqp

 python-celery.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-celery.spec b/python-celery.spec
index 0c3312f..4406f58 100644
--- a/python-celery.spec
+++ b/python-celery.spec
@@ -6,7 +6,7 @@
 
 Name:           python-celery
 Version:        3.0.15
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Distributed Task Queue
 
 Group:          Development/Languages
@@ -22,6 +22,7 @@ Requires:       python-dateutil
 Requires:       python-kombu >= 2.5.4
 Requires:       pyparsing
 Requires:       python-billiard
+Requires:       python-amqp
 %if ! (0%{?fedora} > 13 || 0%{?rhel} > 6)
 Requires:       python-importlib
 %endif
@@ -81,6 +82,7 @@ Requires:       python3-kombu
 Requires:       python3-pytz
 Requires:       python3-dateutil
 Requires:       python3-billiard
+Requires:       python3-amqp
 %description -n python3-celery
 An open source asynchronous task queue/job queue based on
 distributed message passing. It is focused on real-time
@@ -178,6 +180,9 @@ popd
 
 
 %changelog
+* Mon Sep 16 2013 Matthias Runge <mrunge at redhat.com> - 3.0.15-3
+- add requirement python-amqp
+
 * Fri Sep 06 2013 Matthias Runge <mrunge at redhat.com> - 3.0.15-2
 - fix requirements: python3-kombu, python3-pytz, python3-dateutil and billiard
 - separate binaries for py3 and py


More information about the scm-commits mailing list