py-py{gobject,gtk} require pkgconfig for build (#7380)
This commit is contained in:

committed by
Adam J. Stewart

parent
849078e95a
commit
647c4a1507
@@ -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'))
|
||||
|
@@ -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')
|
||||
|
Reference in New Issue
Block a user