bifrost/releasenotes/notes/releasenote-94bcb2b0da207f94.yaml
Jacob Anders f4f456d387 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
2020-07-14 18:15:34 +10:00

8 lines
238 B
YAML

---
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.