zeromq: fix build (#7596)

pkg-config is also required for release versions.
This commit is contained in:
Michael Kuhn 2018-03-26 12:22:07 +02:00 committed by Massimiliano Culpo
parent 1aed76002a
commit aeb73f958f

View File

@ -47,7 +47,7 @@ class Zeromq(AutotoolsPackage):
depends_on('autoconf', type='build', when='@develop')
depends_on('automake', type='build', when='@develop')
depends_on('libtool', type='build', when='@develop')
depends_on('pkgconfig', type='build', when='@develop')
depends_on('pkgconfig', type='build')
@when('@develop')
def autoreconf(self, spec, prefix):