Skip to content

Commit 8f3a0d4

Browse files
committed
Variant removed
1 parent ecf4a76 commit 8f3a0d4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

var/spack/repos/builtin/packages/qgis/package.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ class Qgis(CMakePackage):
161161
depends_on("[email protected]:", when="@3.10.0:")
162162
depends_on("qtkeychain@:1.5", when="^qt@4")
163163
depends_on("qt@:4", when="@2")
164-
# Help concretizer
165-
# +qsci_api is implied by qscintilla+python dependency
166-
depends_on("[email protected]: +qsci_api", when="@3")
167164

168165
patch("pyqt5.patch", when="@:3.14 ^qt@5")
169166
patch("pyqt5_3165x.patch", when="@3.16.5:3.21 ^qt@5")

var/spack/repos/builtin/packages/qscintilla/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Qscintilla(QMakePackage):
4646

4747
depends_on("qt+opengl", when="+python")
4848
depends_on("qt")
49-
depends_on("py-pyqt5 +qsci_api", type=("build", "run"), when="+python ^qt@5")
49+
depends_on("py-pyqt5", type=("build", "run"), when="+python ^qt@5")
5050
depends_on("py-pyqt4 +qsci_api", type=("build", "run"), when="+python ^qt@4")
5151
depends_on("python", type=("build", "run"), when="+python")
5252
# adter install inquires py-sip variant : so we need to have it

0 commit comments

Comments
 (0)