15
0

Accepting request 106445 from home:saschpe:branches:devel:languages:python

- Fixed SLE_11 build by disabling the testsuite for it

OBS-URL: https://build.opensuse.org/request/show/106445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=15
This commit is contained in:
Sascha Peilicke
2012-02-22 12:37:34 +00:00
committed by Git OBS Bridge
parent 2a0c9bcb78
commit 8155a808d5
2 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,6 @@
#
Name: python-SQLAlchemy
Version: 0.7.5
Release: 0
@@ -28,8 +27,8 @@ Source0: http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-pysqlite
BuildRequires: python-nose
BuildRequires: python-pysqlite
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%py_requires
@@ -68,8 +67,10 @@ CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py --with-cextensions bui
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} > 1110
%check
python setup.py test
%endif
%files
%defattr(-,root,root,-)