Add testrepository build dep to oslo.context

oslotest has dropped its runtime dependency on testrepository[1] but
this package still relies on it, so add it as a build dependency until
it switches to stestr.

[1] https://review.openstack.org/569914

Change-Id: I37f9f57db57ec9256d87c908e28f70e634cec0d8
This commit is contained in:
Colleen Murphy 2018-08-23 12:49:57 +02:00
parent 6ce344d93e
commit cabb4f7d6c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ URL: https://launchpad.net/{{ pypi_name }}
Source0: {{ source }}
BuildRequires: openstack-macros
BuildRequires: {{ py2pkg('pbr', py_versions=['py2', 'py3']) }}
BuildRequires: {{ py2pkg('testrepository', py_versions=['py2', 'py3']) }}
Requires: {{ py2pkg('debtcollector') }}
BuildArch: noarch
%if %{with test}