libidl builds using flex and bison: Add them as build-depends (#26183)

This commit is contained in:
bernhardkaindl 2021-09-26 09:40:18 +02:00 committed by GitHub
parent 27e6032f73
commit 7ca657aef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,7 @@ class Libidl(AutotoolsPackage):
version('0.8.14', sha256='c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220')
depends_on('flex', type='build')
depends_on('bison', type='build')
depends_on('pkgconfig', type='build')
depends_on('glib')