diff --git a/python-testrepository.changes b/python-testrepository.changes index 4aad7e7..c303171 100644 --- a/python-testrepository.changes +++ b/python-testrepository.changes @@ -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 diff --git a/python-testrepository.spec b/python-testrepository.spec index b4a6408..f3230a7 100644 --- a/python-testrepository.spec +++ b/python-testrepository.spec @@ -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()")}