Fix deptype of various dependencies on Python packages (#3486)

This commit is contained in:
Adam J. Stewart
2017-03-18 15:20:16 -05:00
committed by GitHub
parent 6b97f538cf
commit 9d0a3c6b05
20 changed files with 34 additions and 32 deletions

View File

@@ -40,7 +40,7 @@ class PyPygobject(AutotoolsPackage):
depends_on("libffi")
depends_on('glib')
depends_on('py-py2cairo')
depends_on('py-py2cairo', type=('build', 'run'))
depends_on('gobject-introspection')
patch('pygobject-2.28.6-introspection-1.patch', when='@2.28.3:2.28.6')