Skip to content
Snippets Groups Projects
Commit ca956d0f 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 17a0c3ac
Branches rpm-master
No related tags found
No related merge requests found
...@@ -109,6 +109,9 @@ Requires: python3-testtools ...@@ -109,6 +109,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