summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libxcb/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libxcb/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libxcb/package.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/libxcb/package.py b/var/spack/repos/builtin/packages/libxcb/package.py
index 74fc410f45..129cfa7fdc 100644
--- a/var/spack/repos/builtin/packages/libxcb/package.py
+++ b/var/spack/repos/builtin/packages/libxcb/package.py
@@ -32,11 +32,8 @@ class Libxcb(AutotoolsPackage):
depends_on("xcb-proto@1.12:", when="@1.12:1.12.999")
depends_on("xcb-proto@1.11:", when="@1.11:1.11.999")
- # TODO: uncomment once build deps can be resolved separately
- # See #7646, #4145, #4063, and #2548 for details
# libxcb 1.13 added Python 3 support
- # depends_on('python', type='build')
- # depends_on('python@2:2.8', when='@:1.12', type='build')
+ depends_on("python@3", when="@1.13:", type="build")
depends_on("pkgconfig", type="build")
depends_on("util-macros", type="build")