heat-dashboard: fix python3 reqs for -test subpackage
They were still using the Python 2 version of the packages, instead of the Python 3 one. Change-Id: Iaf45fb9d96b9b62220a8a21a8d65be66378e2507
This commit is contained in:
parent
522de50034
commit
9787a667a9
@ -50,8 +50,8 @@ This package contains the core Python module of the heat-ui.
|
||||
|
||||
%package test
|
||||
Summary: Heat Management Plugin for Horizon - Testsuite
|
||||
Requires: {{ py2pkg('mock') }}
|
||||
Requires: {{ py2pkg('testtools') }}
|
||||
Requires: {{ py3('mock') }}
|
||||
Requires: {{ py3('testtools') }}
|
||||
|
||||
%description test
|
||||
OpenStack Heat management plugin for Horizon.
|
||||
|
Loading…
x
Reference in New Issue
Block a user