Add libpython2.7 as a required package
Keystone requires this package at runtime and currently assumes that it is present in the environment. This patch ensures that assumption is correct. Change-Id: Ifb427af8ec4d18089732b7e77a2703f535631e6e
This commit is contained in:
parent
98f6740218
commit
2b78bebb99
@ -20,6 +20,7 @@ keystone_distro_packages:
|
||||
- git-core
|
||||
- openssh
|
||||
- rsync
|
||||
- libpython2_7-1_0
|
||||
|
||||
keystone_devel_distro_packages:
|
||||
- cyrus-sasl-devel
|
||||
|
@ -20,6 +20,7 @@ keystone_distro_packages:
|
||||
- openssh-server
|
||||
- rsync
|
||||
- cron
|
||||
- libpython2.7
|
||||
|
||||
keystone_devel_distro_packages:
|
||||
- docutils-common
|
||||
|
Loading…
x
Reference in New Issue
Block a user