summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/qgis/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/qgis/package.py')
-rw-r--r--var/spack/repos/builtin/packages/qgis/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/qgis/package.py b/var/spack/repos/builtin/packages/qgis/package.py
index 2e344f3fd2..627619d0da 100644
--- a/var/spack/repos/builtin/packages/qgis/package.py
+++ b/var/spack/repos/builtin/packages/qgis/package.py
@@ -90,6 +90,7 @@ class Qgis(CMakePackage):
depends_on('py-pyqt4', when='@2')
depends_on('py-pyqt5@5.3:', when='@3')
depends_on('py-requests', type=('build', 'run')) # TODO: is build dependency necessary?
+ depends_on('python@2.7:2.8', type=('build', 'run'), when='@2')
depends_on('python@3.0.0:', type=('build', 'run'), when='@3')
depends_on('python@3.6:', type=('build', 'run'), when='@3.18:')
depends_on('python@3.7:', type=('build', 'run'), when='@3.20:')