rhizo_base: Python ESL requires packages for wheel build
The python-ESL package, installed via pip, has dependencies on some build materials that need to be installed via apt-get first.
This commit is contained in:
parent
439489b42b
commit
a0543bf893
1 changed files with 1 additions and 0 deletions
|
@ -515,6 +515,7 @@ schedule { 'repo':
|
||||||
schedule => 'onceweek',
|
schedule => 'onceweek',
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
pkgname => 'python-ESL',
|
pkgname => 'python-ESL',
|
||||||
|
require => Class['rhizo_base::packages']
|
||||||
}
|
}
|
||||||
|
|
||||||
python::pip { 'csvkit':
|
python::pip { 'csvkit':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue