From e078962699d52fb44d0a07c4c942cc3643a9b39fdda1009977fc4b047868306e Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 11 Jul 2013 21:17:23 +0000 Subject: [PATCH] Accepting request 182858 from Cloud:OpenStack:Master - tighten runtime requires OBS-URL: https://build.opensuse.org/request/show/182858 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testrepository?expand=0&rev=10 --- python-testrepository.changes | 5 +++++ python-testrepository.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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()")}