cgdb: add a few build dependencies (#20927)
This commit is contained in:
parent
a04e0d2525
commit
c279983c10
@ -17,6 +17,9 @@ class Cgdb(AutotoolsPackage):
|
||||
# Required dependency
|
||||
depends_on('ncurses')
|
||||
depends_on('readline')
|
||||
depends_on('flex', type='build')
|
||||
depends_on('bison', type='build')
|
||||
depends_on('texinfo', type='build')
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
|
Loading…
Reference in New Issue
Block a user