forked from pool/python-pymongo
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
0a5a5b065a
commit
f9a1830ec0
@@ -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
|
Tue Feb 28 08:54:00 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
#BuildRequires: python-nose
|
#BuildRequires: python-nose
|
||||||
Requires: mongodb
|
Suggests: mongodb
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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)")}
|
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user