Skip to content

Commit a03d1f0

Browse files
authored
Merge pull request #4662 from radarhere/qt
Installed libxcb-xinerama0 to fix PyQt5
2 parents df18594 + 3c7c227 commit a03d1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
3434
# arm64, ppc64le, s390x CPUs:
3535
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
3636
if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then
37-
sudo apt-get -qq install pyqt5-dev-tools
37+
sudo apt-get -qq install libxcb-xinerama0 pyqt5-dev-tools
3838
pip install pyqt5
3939
fi
4040
fi

0 commit comments

Comments
 (0)