Add libselinux-python to bindep requirements

I used quickstart on my F25 laptop, and it failed
pretty quickly complaining that SELinux is enabled but
libselinux-python is not installed, after installing it
from dnf the problem went away.

Change-Id: Ic112b3e8acd735769ad849bdbb15b8c74c457346
This commit is contained in:
Assaf Muller 2017-06-22 12:50:24 -04:00 committed by Wes Hayutin
parent f1178da112
commit e31a4dbb52
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,10 @@ Requirements:
Check out the tripleo-quickstart git repository and execute::
bash quickstart.sh --install-deps
You are now ready to execute the deployment::
source openstack_rc.sh
bash devmode.sh --no-gate --ovb

View File

@ -3,3 +3,4 @@
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libselinux-python [platform:rpm]