diff --git a/python-pymongo.changes b/python-pymongo.changes index 979e6b6..a1393d9 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 8 11:38:16 UTC 2015 - mlin@suse.com + +- Add BuildRequires: python-unittest2 for fix fails in tests on SLE11 SP3 + ------------------------------------------------------------------- Wed Apr 8 06:14:03 UTC 2015 - tbechtold@suse.com diff --git a/python-pymongo.spec b/python-pymongo.spec index 47bb6ea..f3b1630 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -27,7 +27,7 @@ Source: http://pypi.python.org/packages/source/p/pymongo/pymongo-%{versi BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools -#BuildRequires: python-nose +BuildRequires: python-unittest2 Suggests: mongodb %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}