qt: sqlite needs to be a run dep because of the qt plugin infrastructure (#11399)

This commit is contained in:
Chuck Atkins 2019-05-08 18:41:25 -04:00 committed by GitHub
parent a0dc4dc94d
commit 5ac0172b33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:')