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