[python-datanommer-models/f17] More BR workarounds.

Ralph Bean ralph at fedoraproject.org
Thu Nov 8 17:55:23 UTC 2012


commit a60d3e4d538cd2fcb0cd00377f21d741811242ac
Author: Ralph Bean <rbean at redhat.com>
Date:   Thu Nov 8 12:54:34 2012 -0500

    More BR workarounds.

 python-datanommer-models.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/python-datanommer-models.spec b/python-datanommer-models.spec
index 2653c02..efc2087 100644
--- a/python-datanommer-models.spec
+++ b/python-datanommer-models.spec
@@ -16,8 +16,15 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 
-# XXX - remove this.  It is needed to get around an old issue with moksha.
+# XXX - remove these.  It is needed to get around an old issue
+# with moksha and fedmsg
 BuildRequires:  python-bunch
+%if %{?rhel}%{!?rhel:0} >= 6
+BuildRequires:  python-argparse
+BuildRequires:  python-ordereddict
+%endif
+
+
 
 BuildRequires:  fedmsg
 Requires:       fedmsg
@@ -67,6 +74,7 @@ rm -rf *.egg-info
 %changelog
 * Thu Nov 08 2012 Ralph Bean <rbean at redhat.com> - 0.2.0-6
 - Patch setup.py to pull in the correct sqlalchemy for el6.
+- Add BR for python-argparse and python-ordereddict.
 * Thu Nov 08 2012 Ralph Bean <rbean at redhat.com> - 0.2.0-5
 - Added temporary BR on python-bunch to get around an old moksha issue.
 * Mon Oct 22 2012 Ralph Bean <rbean at redhat.com> - 0.2.0-4


More information about the scm-commits mailing list