chrony: add missing dependency (#21403)
This commit is contained in:
parent
6ac3d98f4c
commit
f7929aaeb1
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class Chrony(AutotoolsPackage):
|
|||
version('3.3', sha256='0dd7323b5ed9e3208236c1b39fcabf2ad03469fa07ac516ba9c682206133f66d')
|
||||
|
||||
depends_on('ruby-asciidoctor')
|
||||
depends_on('bison', type='build')
|
||||
|
||||
def setup_run_environment(self, env):
|
||||
env.prepend_path('PATH', self.prefix.sbin)
|
||||
|
|
Loading…
Reference in a new issue