From 93f89849871c64e21536d2b47355c89e55c37eaa Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Sun, 27 Nov 2016 16:52:03 -0500 Subject: [PATCH] Install pyqt5.qtsql bindings for debian CI. SQL is included in the Archlinux pyqt5 package, but not in Debian. We need this so the debian-based CI builds will pass with the new sql-based completion implementation. --- scripts/dev/ci/travis_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/ci/travis_install.sh b/scripts/dev/ci/travis_install.sh index 0ada134c1..aa4c1c6c8 100644 --- a/scripts/dev/ci/travis_install.sh +++ b/scripts/dev/ci/travis_install.sh @@ -102,7 +102,7 @@ elif [[ $TRAVIS_OS_NAME == osx ]]; then exit 0 fi -pyqt_pkgs="python3-pyqt5 python3-pyqt5.qtquick python3-pyqt5.qtwebkit" +pyqt_pkgs="python3-pyqt5 python3-pyqt5.qtquick python3-pyqt5.qtwebkit python3-pyqt5.qtsql" pip_install pip pip_install -r misc/requirements/requirements-tox.txt