Update gtk-doc depends for tce findings (#30337)
gtk-doc can call pkg-config when used at runtime, so pkgconfig needs to be a runtime requirement. itstool needs to be a build-time requirement.
This commit is contained in:
parent
0d3d1ea7d0
commit
b6f2a70f7b
@ -25,9 +25,10 @@ class GtkDoc(AutotoolsPackage):
|
|||||||
|
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build')
|
||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
|
depends_on('itstool', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
depends_on('pkgconfig@0.19:', type='build')
|
depends_on('pkgconfig@0.19:', type=('build', 'run'))
|
||||||
|
|
||||||
depends_on('python@3.2:', type=('build', 'run'))
|
depends_on('python@3.2:', type=('build', 'run'))
|
||||||
depends_on('py-pygments', type=('build', 'run'))
|
depends_on('py-pygments', type=('build', 'run'))
|
||||||
|
Loading…
Reference in New Issue
Block a user