summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kuhn <michael.kuhn@informatik.uni-hamburg.de>2020-04-21 15:02:45 +0200
committerGitHub <noreply@github.com>2020-04-21 08:02:45 -0500
commitcd5d477db9ca4625993556894e1af7d7e40ae087 (patch)
tree3936c2042f381c89c06c0cb8b0f09195efaed221
parent6c8e15ee18ff11f96a4cbf99a232e90f5b090050 (diff)
downloadspack-cd5d477db9ca4625993556894e1af7d7e40ae087.tar.gz
spack-cd5d477db9ca4625993556894e1af7d7e40ae087.tar.bz2
spack-cd5d477db9ca4625993556894e1af7d7e40ae087.tar.xz
spack-cd5d477db9ca4625993556894e1af7d7e40ae087.zip
qgis: Fix pkgconfig dependency (#16188)
-rw-r--r--var/spack/repos/builtin/packages/qgis/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/qgis/package.py b/var/spack/repos/builtin/packages/qgis/package.py
index 1edf4c2972..86d0756e54 100644
--- a/var/spack/repos/builtin/packages/qgis/package.py
+++ b/var/spack/repos/builtin/packages/qgis/package.py
@@ -107,7 +107,7 @@ class Qgis(CMakePackage):
depends_on('cmake@3.0.0:', type='build')
depends_on('flex@2.5.6:', type='build')
depends_on('bison@2.4:', type='build')
- depends_on('pkg-config', type='build')
+ depends_on('pkgconfig', type='build')
# Take care of conflicts using depends_on
depends_on('proj@5:', when='@3.8.2:')