Add python3-yaml to signing node
Upcoming release automation additions are Py3K-only and need PyYAML available to the Python3 interpreter on the signing node. Install the python3-specific build of the library (the python2 version is already being installed elsewhere). Change-Id: Ifb435ea9c5d99639e1562761f9c48cbefb9db57f
This commit is contained in:
parent
d2e3cc232f
commit
5950ea063b
@ -100,4 +100,8 @@ class openstack_project::signing_node (
|
||||
require => File['/home/jenkins/.launchpadlib'],
|
||||
}
|
||||
|
||||
package { 'python3-yaml':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user