summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gobject-introspection/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/gobject-introspection/package.py')
-rw-r--r--var/spack/repos/builtin/packages/gobject-introspection/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gobject-introspection/package.py b/var/spack/repos/builtin/packages/gobject-introspection/package.py
index 02ec87826d..952ec21661 100644
--- a/var/spack/repos/builtin/packages/gobject-introspection/package.py
+++ b/var/spack/repos/builtin/packages/gobject-introspection/package.py
@@ -39,6 +39,8 @@ class GobjectIntrospection(Package):
depends_on("glib@2.48.1")
depends_on("python")
depends_on("cairo")
+ depends_on("bison", type="build")
+ depends_on("flex", type="build")
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)