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, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/qgis/package.py b/var/spack/repos/builtin/packages/qgis/package.py
index b50e4db81a..42a52d5301 100644
--- a/var/spack/repos/builtin/packages/qgis/package.py
+++ b/var/spack/repos/builtin/packages/qgis/package.py
@@ -90,7 +90,6 @@ 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:')