14
0

Accepting request 162546 from home:k0da:ppc

- Set Exclusive arch for LittleEndian machines. mongodb is not 
  BigEndian compatible. 

- Set Exclusive arch for LittleEndian machines. mongodb is not
  BigEndian compatible.

OBS-URL: https://build.opensuse.org/request/show/162546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=12
This commit is contained in:
Todd R
2013-04-04 10:43:58 +00:00
committed by Git OBS Bridge
parent 660f0c9703
commit c7f2b4d335
4 changed files with 16 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ 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
#currently mongodb is available only for little-endian CPU
ExclusiveArch: %{ix86} x86_64
%description
The PyMongo distribution contains tools for interacting with MongoDB