summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xkbprint/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xkbprint/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xkbprint/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/xkbprint/package.py b/var/spack/repos/builtin/packages/xkbprint/package.py
index 0873b64d3b..f65b3b55b9 100644
--- a/var/spack/repos/builtin/packages/xkbprint/package.py
+++ b/var/spack/repos/builtin/packages/xkbprint/package.py
@@ -13,11 +13,11 @@ class Xkbprint(AutotoolsPackage, XorgPackage):
homepage = "https://cgit.freedesktop.org/xorg/app/xkbprint"
xorg_mirror_path = "app/xkbprint-1.0.4.tar.gz"
- version('1.0.4', sha256='169ebbf57fc8b7685c577c73a435998a38c27e0d135ce0a55fccc64cbebec768')
+ version("1.0.4", sha256="169ebbf57fc8b7685c577c73a435998a38c27e0d135ce0a55fccc64cbebec768")
- depends_on('libxkbfile')
- depends_on('libx11')
+ depends_on("libxkbfile")
+ depends_on("libx11")
- depends_on('xproto@7.0.17:')
- depends_on('pkgconfig', type='build')
- depends_on('util-macros', type='build')
+ depends_on("xproto@7.0.17:")
+ depends_on("pkgconfig", type="build")
+ depends_on("util-macros", type="build")