summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xfindproxy/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xfindproxy/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xfindproxy/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/xfindproxy/package.py b/var/spack/repos/builtin/packages/xfindproxy/package.py
index 68b4847a39..f40a1d334a 100644
--- a/var/spack/repos/builtin/packages/xfindproxy/package.py
+++ b/var/spack/repos/builtin/packages/xfindproxy/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)
@@ -22,7 +22,7 @@ class Xfindproxy(AutotoolsPackage, XorgPackage):
depends_on('libice')
depends_on('libxt')
- depends_on('xproto', type='build')
- depends_on('xproxymanagementprotocol', type='build')
+ depends_on('xproto')
+ depends_on('xproxymanagementprotocol')
depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build')