[fedmsg] Added test dep on python-mock.

Ralph Bean ralph at fedoraproject.org
Wed Dec 5 20:45:57 UTC 2012


commit 1eeea31d0e1707576718f4c1cda7b3f72cca9e7d
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Dec 5 15:45:53 2012 -0500

    Added test dep on python-mock.

 fedmsg.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index 1df8cdb..bb58630 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -16,16 +16,20 @@ BuildArch:      noarch
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
+
+# For tests
+BuildRequires:  python-nose
+BuildRequires:  python-six
+BuildRequires:  python-mock
+
 BuildRequires:  python-moksha-hub >= 1.0.9
 BuildRequires:  python-bunch
-BuildRequires:  python-nose
 BuildRequires:  python-daemon
 BuildRequires:  python-requests
 BuildRequires:  m2crypto
 BuildRequires:  python-m2ext
 BuildRequires:  python-pygments
 BuildRequires:  python-fabulous
-BuildRequires:  python-six
 
 Requires:       python-moksha-hub >= 1.0.9
 Requires:       python-simplejson
@@ -36,7 +40,6 @@ Requires:       m2crypto
 Requires:       python-m2ext
 Requires:       python-pygments
 Requires:       python-fabulous
-Requires:       python-six
 
 %if 0%{?rhel} && 0%{?rhel} <= 6
 BuildRequires:  python-ordereddict
@@ -254,7 +257,7 @@ fi
 * Wed Dec 05 2012 Ralph Bean <rbean at redhat.com> - 0.6.3-1
 - Use python-logutils for dictConfig on py2.6.
 - Attempt to fixup rhel conditionals.
-- Added dependency on python-six.
+- Added test dependency on python-six and python-mock.
 
 * Wed Dec 05 2012 Ralph Bean <rbean at redhat.com> - 0.6.2-1
 - New support for zmq_tcp_keepalive.


More information about the scm-commits mailing list