summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xinput/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xinput/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xinput/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/xinput/package.py b/var/spack/repos/builtin/packages/xinput/package.py
index 09c1263377..d26ddd5b61 100644
--- a/var/spack/repos/builtin/packages/xinput/package.py
+++ b/var/spack/repos/builtin/packages/xinput/package.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
@@ -20,9 +20,9 @@ class Xinput(AutotoolsPackage, XorgPackage):
depends_on('libxrandr')
depends_on('libxinerama')
- depends_on('inputproto@2.1.99.1:', type='build')
- depends_on('fixesproto', type='build')
- depends_on('randrproto', type='build')
- depends_on('xineramaproto', type='build')
+ depends_on('inputproto@2.1.99.1:')
+ depends_on('fixesproto')
+ depends_on('randrproto')
+ depends_on('xineramaproto')
depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build')