Skip to content
Snippets Groups Projects
Commit 02a3db7b authored by Alfredo Moralejo's avatar Alfredo Moralejo
Browse files

Add python3-osprofiler as requirement for -tests subpackage

It's actually required to run unit tests.

Change-Id: I436ae0800962265e879b950a8eaf473183e1e562
parent c968439a
Branches yoga-rdo
No related tags found
No related merge requests found
...@@ -110,6 +110,9 @@ Requires: python3-testtools ...@@ -110,6 +110,9 @@ Requires: python3-testtools
Requires: python3-keystoneauth1 Requires: python3-keystoneauth1
Requires: python3-prettytable Requires: python3-prettytable
Requires: python3-stestr Requires: python3-stestr
%if 0%{?rhel}
Requires: python3-osprofiler
%endif
%description -n python3-%{pname}-tests %description -n python3-%{pname}-tests
%{common_desc_tests} %{common_desc_tests}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment