Adds explicit python3 dependency for meson
This commit is contained in:
parent
be42b8df19
commit
b78ccb74d8
@ -41,6 +41,12 @@ class Atk(Package):
|
|||||||
|
|
||||||
depends_on('meson', type='build', when='@2.28.0:')
|
depends_on('meson', type='build', when='@2.28.0:')
|
||||||
depends_on('glib')
|
depends_on('glib')
|
||||||
|
# FIXME: this constraint exists because of the meson dependency.
|
||||||
|
# It should not be required to specify it here, but "spack spec atk" will
|
||||||
|
# fail without it.
|
||||||
|
# See: #2632
|
||||||
|
depends_on('python@3:')
|
||||||
|
depends_on('gettext')
|
||||||
depends_on('pkgconfig', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('gobject-introspection')
|
depends_on('gobject-introspection')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user