From a0543bf893fe77bfebaa1e59a9e649d72179bf06 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sun, 14 Jul 2019 23:32:22 -0500 Subject: [PATCH] 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. --- modules/rhizo_base/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index c783467..20d7baa 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -515,6 +515,7 @@ schedule { 'repo': schedule => 'onceweek', ensure => 'present', pkgname => 'python-ESL', + require => Class['rhizo_base::packages'] } python::pip { 'csvkit':