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
This commit is contained in:
Peter Josef Scheibel
2017-05-05 13:06:49 -07:00
parent 85b4b15d9a
commit 19511a78b8
2 changed files with 4 additions and 2 deletions

View File

@@ -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')