From 19511a78b858c2e591263599b4f32663df1a6563 Mon Sep 17 00:00:00 2001 From: Peter Josef Scheibel Date: Fri, 5 May 2017 13:06:49 -0700 Subject: 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 --- var/spack/repos/builtin/packages/libxcb/package.py | 3 ++- var/spack/repos/builtin/packages/xcb-proto/package.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'var') 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') diff --git a/var/spack/repos/builtin/packages/xcb-proto/package.py b/var/spack/repos/builtin/packages/xcb-proto/package.py index 546375c7fc..11e99c1d28 100644 --- a/var/spack/repos/builtin/packages/xcb-proto/package.py +++ b/var/spack/repos/builtin/packages/xcb-proto/package.py @@ -35,6 +35,7 @@ class XcbProto(AutotoolsPackage): version('1.12', '5ee1ec124ea8d56bd9e83b8e9e0b84c4') version('1.11', 'c8c6cb72c84f58270f4db1f39607f66a') - extends('python') + # TODO: uncomment once build deps can be resolved separately + # extends('python') patch('xcb-proto-1.12-schema-1.patch', when='@1.12') -- cgit v1.2.3-70-g09d2