summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libxtst/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libxtst/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libxtst/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/libxtst/package.py b/var/spack/repos/builtin/packages/libxtst/package.py
index 3a1e47c7fd..3073e99819 100644
--- a/var/spack/repos/builtin/packages/libxtst/package.py
+++ b/var/spack/repos/builtin/packages/libxtst/package.py
@@ -27,9 +27,9 @@ class Libxtst(AutotoolsPackage, XorgPackage):
depends_on('libxext@1.0.99.4:')
depends_on('libxi')
- depends_on('recordproto@1.13.99.1:', type='build')
- depends_on('xextproto@7.0.99.3:', type='build')
- depends_on('inputproto', type='build')
- depends_on('fixesproto', type='build')
+ depends_on('recordproto@1.13.99.1:')
+ depends_on('xextproto@7.0.99.3:')
+ depends_on('inputproto')
+ depends_on('fixesproto')
depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build')