Add gcc package dependency to jeepyb module
The entrypoints use for jeepyb won't work without pycrypto installed, so we want to be able to pip install pycrypto which requires the gcc package. Change-Id: I9ff914347743c20728b5b10028866d8cbc7f0c61
This commit is contained in:
parent
75e2eec220
commit
0a8dc769da
@ -35,6 +35,10 @@ class jeepyb (
|
||||
}
|
||||
}
|
||||
|
||||
package { 'gcc':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
# A lot of things need yaml, be conservative requiring this package to avoid
|
||||
# conflicts with other modules.
|
||||
case $::osfamily {
|
||||
|
Loading…
Reference in New Issue
Block a user