summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorPeter Scheibel <scheibel1@llnl.gov>2018-10-22 10:08:17 -0700
committerGregory Lee <lee218@llnl.gov>2018-10-22 10:08:17 -0700
commitc50fdbc05841b8a0012b12568b2832e9f1a46917 (patch)
treed10dc8af26b01f0af45ae29435871f1351c4e456 /var
parent531c29bd8b09964a41b65cd0576380c7694ed888 (diff)
downloadspack-c50fdbc05841b8a0012b12568b2832e9f1a46917.tar.gz
spack-c50fdbc05841b8a0012b12568b2832e9f1a46917.tar.bz2
spack-c50fdbc05841b8a0012b12568b2832e9f1a46917.tar.xz
spack-c50fdbc05841b8a0012b12568b2832e9f1a46917.zip
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)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/atk/package.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/atk/package.py b/var/spack/repos/builtin/packages/atk/package.py
index 7463dcc420..ba6a872a69 100644
--- a/var/spack/repos/builtin/packages/atk/package.py
+++ b/var/spack/repos/builtin/packages/atk/package.py
@@ -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')