From f9a1830ec00a70f1733375c52fd49d375160ee079397dea18341dd912867f532 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 27 Mar 2012 08:41:56 +0000 Subject: [PATCH] - Change requires on mongodb to suggests, a weak dependency is better OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=5 --- python-pymongo.changes | 5 +++++ python-pymongo.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pymongo.changes b/python-pymongo.changes index f38303d..69d1b95 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 27 08:41:06 UTC 2012 - saschpe@suse.de + +- Change requires on mongodb to suggests, a weak dependency is better + ------------------------------------------------------------------- Tue Feb 28 08:54:00 UTC 2012 - saschpe@suse.de diff --git a/python-pymongo.spec b/python-pymongo.spec index 56aa794..5784b5a 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -11,7 +11,7 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute #BuildRequires: python-nose -Requires: mongodb +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)")} %endif