diff --git a/python-testrepository.changes b/python-testrepository.changes index f651015..5e18f5a 100644 --- a/python-testrepository.changes +++ b/python-testrepository.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 11 15:55:27 UTC 2013 - dmueller@suse.com + +- tighten runtime requires + ------------------------------------------------------------------- Tue Apr 30 09:17:02 UTC 2013 - dmueller@suse.com diff --git a/python-testrepository.spec b/python-testrepository.spec index e15e995..b0a10fd 100644 --- a/python-testrepository.spec +++ b/python-testrepository.spec @@ -33,8 +33,8 @@ BuildRequires: python-python-subunit BuildRequires: python-testtools Requires: python-extras Requires: python-fixtures -Requires: python-python-subunit -Requires: python-testtools +Requires: python-python-subunit >= 0.0.10 +Requires: python-testtools >= 0.9.30 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()")}