py-sip: fix for missing flex/bison (#22870)
This commit is contained in:
parent
181341c8b3
commit
7e56973d22
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ class PySip(Package):
|
|||
|
||||
extends('python')
|
||||
|
||||
depends_on('flex', type='build', when='@develop')
|
||||
depends_on('bison', type='build', when='@develop')
|
||||
depends_on('flex', type='build')
|
||||
depends_on('bison', type='build')
|
||||
|
||||
# https://www.riverbankcomputing.com/static/Docs/sip/installation.html
|
||||
phases = ['configure', 'build', 'install']
|
||||
|
|
Loading…
Reference in a new issue