[python-oslo-messaging] add a dependency on PyYAML

Pádraig Brady pbrady at fedoraproject.org
Fri Apr 11 12:39:24 UTC 2014


commit e7d616983247d04b272c67b86acab7627d1f6fd7
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Apr 11 13:38:07 2014 +0100

    add a dependency on PyYAML
    
    to support the new routing notifier in 1.3

 python-oslo-messaging.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/python-oslo-messaging.spec b/python-oslo-messaging.spec
index 3a9cdfc..1179a6c 100644
--- a/python-oslo-messaging.spec
+++ b/python-oslo-messaging.spec
@@ -17,6 +17,7 @@ Requires:   python-iso8601
 Requires:   python-oslo-config
 Requires:   python-six
 Requires:   python-stevedore
+Requires:   PyYAML
 Requires:   python-kombu
 Requires:   python-qpid
 
@@ -99,7 +100,7 @@ rm -fr doc/build/html/.buildinfo
 
 %changelog
 * Fri Apr 11 2014 Pádraig Brady <pbrady at redhat.com> - 1.3.0-0.2.a9
-- Add dependencies on python-kombu and python-qpid
+- Add dependencies on python-kombu, python-qpid, and PyYAML
 
 * Tue Mar 18 2014 Pádraig Brady <pbrady at redhat.com> - 1.3.0-0.1.a9
 - Latest upstream


More information about the scm-commits mailing list