bison: Declare m4 dependency correctly (#3424)

* bison: Declare m4 dependency correctly

* bison: Declare m4 as run-time dependency
This commit is contained in:
Erik Schnetter 2017-03-11 16:58:57 -05:00 committed by Adam J. Stewart
parent 23d4a60639
commit 18ac76b320

View File

@ -35,7 +35,7 @@ class Bison(AutotoolsPackage):
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
depends_on('m4', type='build')
depends_on('m4', type=('build', 'run'))
patch('pgi.patch', when='@3.0.4')