From 0ebeb45676d4a74b616209edd34ca85e17541bb9f9e7ba44acfa9f2a0dfee0c3 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Thu, 9 Apr 2015 12:21:00 +0000 Subject: [PATCH] Accepting request 294946 from home:mlin7442:branches:devel:languages:python Add BuildRequires: python-unittest2 for fix fails in tests on SLE11 SP3 OBS-URL: https://build.opensuse.org/request/show/294946 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=37 --- python-pymongo.changes | 5 +++++ python-pymongo.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)")}