thrift: add missing pkgconfig dependency (#9834)

Without pkgconfig, Spack's openssl cannot be found.
This commit is contained in:
Michael Kuhn 2018-11-13 16:34:51 +01:00 committed by Peter Scheibel
parent f48820a71e
commit 66ef3c2b18

View file

@ -32,6 +32,7 @@ class Thrift(Package):
variant('python', default=True,
description="Build support for python")
depends_on('pkgconfig', type='build')
depends_on('java')
depends_on('autoconf', type='build')
depends_on('automake', type='build')