summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libxtrap/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libxtrap/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libxtrap/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/libxtrap/package.py b/var/spack/repos/builtin/packages/libxtrap/package.py
index d729ab5826..18212be696 100644
--- a/var/spack/repos/builtin/packages/libxtrap/package.py
+++ b/var/spack/repos/builtin/packages/libxtrap/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)
@@ -27,7 +27,7 @@ class Libxtrap(AutotoolsPackage, XorgPackage):
depends_on('libxt')
depends_on('libxext')
- depends_on('trapproto', type='build')
- depends_on('xextproto', type='build')
+ depends_on('trapproto')
+ depends_on('xextproto')
depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build')