bison: Declare m4 dependency correctly (#3424)
* bison: Declare m4 dependency correctly * bison: Declare m4 as run-time dependency
This commit is contained in:
parent
23d4a60639
commit
18ac76b320
@ -35,7 +35,7 @@ class Bison(AutotoolsPackage):
|
|||||||
|
|
||||||
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
|
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
|
||||||
|
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type=('build', 'run'))
|
||||||
|
|
||||||
patch('pgi.patch', when='@3.0.4')
|
patch('pgi.patch', when='@3.0.4')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user