summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libxcb
diff options
context:
space:
mode:
authorPeter Josef Scheibel <scheibel1@llnl.gov>2017-05-05 13:06:49 -0700
committerPeter Josef Scheibel <scheibel1@llnl.gov>2017-05-05 13:06:49 -0700
commit19511a78b858c2e591263599b4f32663df1a6563 (patch)
treedf032c1224b2388cdfb20f4faa966be883b627a3 /var/spack/repos/builtin/packages/libxcb
parent85b4b15d9a0d59b0a2a6e405ce7e4ddcc2ec71ba (diff)
downloadspack-19511a78b858c2e591263599b4f32663df1a6563.tar.gz
spack-19511a78b858c2e591263599b4f32663df1a6563.tar.bz2
spack-19511a78b858c2e591263599b4f32663df1a6563.tar.xz
spack-19511a78b858c2e591263599b4f32663df1a6563.zip
Remove python dependency for libxcb and xcbproto
python+tk will not build because it depends (indirectly) on python~tk via libxcb. There are efforts to allow multiple instances of a package to concretize together but they are ongoing so in the meantime this comments out the dependencies and adds TODOs
Diffstat (limited to 'var/spack/repos/builtin/packages/libxcb')
-rw-r--r--var/spack/repos/builtin/packages/libxcb/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libxcb/package.py b/var/spack/repos/builtin/packages/libxcb/package.py
index 0e4d00da97..3c77e045b7 100644
--- a/var/spack/repos/builtin/packages/libxcb/package.py
+++ b/var/spack/repos/builtin/packages/libxcb/package.py
@@ -43,7 +43,8 @@ class Libxcb(AutotoolsPackage):
depends_on('libxdmcp')
depends_on('xcb-proto', type='build')
- depends_on('python@2:2.8', type='build')
+ # TODO: uncomment once build deps can be resolved separately
+ # depends_on('python@2:2.8', type='build')
depends_on('pkg-config@0.9.0:', type='build')
depends_on('util-macros', type='build')