py-pygobject: add missing pkgconfig dependency (#9955)
This commit is contained in:
parent
b26c85301d
commit
16d3e44515
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user