Require ansible-core for the tests subpackage
This commit is contained in:
parent
48ef3735f5
commit
fe85d40faf
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ Summary: SRPM stage RPM packaging macros for Ansible collections
|
|||
%package tests
|
||||
Summary: Dependencies for Ansible collection package unit tests
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
# Unit tests use ansible-core not ansible 2.9.
|
||||
Requires: ansible-core
|
||||
Requires: /usr/bin/ansible-test
|
||||
# This list is taken from %%{python3_sitelib}/ansible_test/_data/requirements/units.txt
|
||||
Requires: %{py3_dist pytest}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue