[fedmsg] Require python-ordereddict on epel.

Ralph Bean ralph at fedoraproject.org
Wed Jul 11 12:23:25 UTC 2012


commit 4fb8ffa40a05d88b068c89191ae6402f89865d0e
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Jul 11 08:21:11 2012 -0400

    Require python-ordereddict on epel.

 fedmsg.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index 8084a63..0375eb1 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -42,7 +42,9 @@ Requires:       python-m2ext
 Requires:  orbited
 
 %if %{?rhel}%{!?rhel:0} <= 6
+BuildRequires:  python-ordereddict
 BuildRequires:  python-argparse
+Requires:       python-ordereddict
 Requires:       python-argparse
 %endif
 


More information about the scm-commits mailing list