Add another missing lxml dep
This commits adds yet another missing package needed for lxml Change-Id: I6398ffdffc805d31a884faab8e9d6fe5ccf1bbbc
This commit is contained in:
parent
cf8a051b18
commit
e6d4474cec
@ -63,6 +63,10 @@ class openstack_health::api(
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
package {'zlib1g-dev':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
exec { 'requirements':
|
||||
command => "${virtualenv_dir}/bin/pip install -U -r ${source_dir}/requirements.txt",
|
||||
require => Python::Virtualenv[$virtualenv_dir],
|
||||
|
Loading…
Reference in New Issue
Block a user