qt: sqlite needs to be a run dep because of the qt plugin infrastructure (#11399)
This commit is contained in:
parent
a0dc4dc94d
commit
5ac0172b33
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Qt(Package):
|
|||
depends_on("icu4c")
|
||||
depends_on("fontconfig", when=(sys.platform != 'darwin')) # (Unix only)
|
||||
depends_on("freetype")
|
||||
depends_on("sqlite")
|
||||
depends_on("sqlite", type=('build', 'run'))
|
||||
depends_on("pcre+multibyte", when='@5.0:5.8')
|
||||
depends_on("pcre2+multibyte", when='@5.9:')
|
||||
depends_on("double-conversion", when='@5.7:')
|
||||
|
|
Loading…
Reference in a new issue