py-py{gobject,gtk} require pkgconfig for build (#7380)

This commit is contained in:
Eric Müller 2018-03-21 19:22:08 +01:00 committed by Adam J. Stewart
parent 849078e95a
commit 647c4a1507
2 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,7 @@ class PyPygobject(AutotoolsPackage):
extends('python')
depends_on('pkgconfig', type=('build'))
depends_on("libffi")
depends_on('glib')
depends_on('py-py2cairo', type=('build', 'run'))

View file

@ -34,6 +34,8 @@ class PyPygtk(AutotoolsPackage):
version('2.24.0', 'd27c7f245a9e027f6b6cd9acb7468e36')
extends('python')
depends_on('pkgconfig', type=('build'))
depends_on("libffi")
depends_on('cairo')
depends_on('glib')