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:
Matt Johnson 2019-07-14 23:32:22 -05:00 committed by Keith Whyte
parent 439489b42b
commit a0543bf893

View file

@ -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':