[python-meliae] Add python-simplejson to the BuildRequires to fix a couple of unit tests

Luke Macken lmacken at fedoraproject.org
Wed Mar 14 02:04:22 UTC 2012


commit 2ac7420fcc96c4cb2abb4e9a433233eba6cffee9
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Mar 13 19:04:19 2012 -0700

    Add python-simplejson to the BuildRequires to fix a couple of unit tests

 python-meliae.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-meliae.spec b/python-meliae.spec
index a5fba20..fb7454b 100644
--- a/python-meliae.spec
+++ b/python-meliae.spec
@@ -2,7 +2,7 @@
 
 Name:           python-meliae
 Version:        0.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python memory usage statistics
 
 Group:          Development/Languages
@@ -13,6 +13,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
 BuildRequires:  Cython
+BuildRequires:  python-simplejson
 
 %description
 "meliae" provides a way to dump python memory usage information to a JSON disk
@@ -54,6 +55,9 @@ cp $RPM_BUILD_ROOT/%{python_sitearch}/meliae/*.so meliae
 
 
 %changelog
+* Tue Mar 13 2012 Luke Macken <lmacken at redhat.com> - 0.4.0-2
+- Add python-simplejson to the BuildRequires to fix a couple of unit tests
+
 * Tue Jan 24 2012 David Malcolm <dmalcolm at redhat.com> - 0.4.0-1
 - 0.4.0
 - drop upstream patch 1 (meliae-0.2.0-fix-builtintype-heap-assertion.patch)


More information about the scm-commits mailing list