Removing libselinux-python package from Fedora dependencies

In the past releasaes of Fedora, bifrost setup had a dependency on
libselinux-python package. In Fedora 32 this package no longer exists
due to transition to Python3 and the absence of this package in
Fedora 32 repos this causes the playbook to fail.

This change removes libselinux-python from Bifrost Fedora dependencies
and resolves the issue.

Change-Id: Id767e76bb0afb91f4176fd02ad1fa33f17325df2
This commit is contained in:
Jacob Anders 2020-07-09 11:40:09 +10:00
parent 12bbea5ea6
commit f4f456d387
3 changed files with 8 additions and 2 deletions

View File

@ -11,4 +11,4 @@ required_packages:
- libvirt-daemon
- pkgconfig
- libvirt-devel
- libselinux-python
- python3-libselinux

View File

@ -14,7 +14,6 @@ required_packages:
- ipxe-bootimgs
- kpartx
- libffi-devel
- libselinux-python
- libxml2-devel
- libxslt-devel
- mariadb-server

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Removing dependency on libselinux-python for Fedora OS family.
This package is no longer present in Fedora 32 and was causing
installation failures. It is safe to remove as it is used with
python2 only.