openqa: update python selinux package name for Python 3
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
3adb7a542e
commit
b916a7cba6
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@
|
|||
|
||||
- name: Install various other required packages
|
||||
package:
|
||||
name: ['libselinux-python', 'git', 'json_diff', 'libselinux-utils', 'libsemanage-python',
|
||||
name: ['python3-libselinux', 'git', 'json_diff', 'libselinux-utils', 'libsemanage-python',
|
||||
'nfs-utils', 'perl(Class::DBI::Pg)', 'expect', 'libguestfs-tools-c', 'libguestfs-xfs',
|
||||
'libvirt-daemon-config-network', 'libvirt-python3', 'python3-libguestfs',
|
||||
'virt-install', 'withlock']
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
- name: Install packages
|
||||
package:
|
||||
name: ['libselinux-python', 'git']
|
||||
name: ['python3-libselinux', 'git']
|
||||
state: present
|
||||
tags:
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue