Skip to content
Snippets Groups Projects
Commit c50fdbc0 authored by Peter Scheibel's avatar Peter Scheibel Committed by Gregory Lee
Browse files

py-gtk needs to build with python@2.7 and also requires atk, so the atk python...

py-gtk needs to build with python@2.7 and also requires atk, so the atk python dependency cannot be unconditionally constrained to @3: (#9596)
parent 531c29bd
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,6 @@ class Atk(Package):
depends_on('meson', type='build', when='@2.28.0:')
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('gobject-introspection')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment