py-pygobject: add missing pkgconfig dependency (#9955)

This commit is contained in:
Michael Kuhn 2018-11-27 04:41:44 +01:00 committed by Adam J. Stewart
parent b26c85301d
commit 16d3e44515

View File

@ -19,7 +19,8 @@ class PyPygobject(PythonPackage):
extends('python')
depends_on('py-setuptools', type=('build'))
depends_on('py-setuptools', type='build')
depends_on('pkgconfig', type='build')
depends_on("libffi")
depends_on('glib')
depends_on('python@2:2.99', when='@2:2.99', type=('build', 'run'))