14
0

Accepting request 148605 from Cloud:OpenStack:Master

- add requires to python-discover for SLE11

OBS-URL: https://build.opensuse.org/request/show/148605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2013-01-16 08:58:27 +00:00
committed by Git OBS Bridge
parent 6870e13942
commit a1103e2ffa
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 15 15:43:14 UTC 2013 - dmueller@suse.com
- add requires to python-discover for SLE11
-------------------------------------------------------------------
Tue Jan 15 15:28:53 UTC 2013 - saschpe@suse.de

View File

@@ -32,6 +32,9 @@ BuildRequires: python-testtools
Requires: python-fixtures
Requires: python-python-subunit
Requires: python-testtools
%if %suse_version <= 1110
Requires: python-discover
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}