From 79973131bdf7093b7aee31962bde110f9ba44129 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 1 Jun 2020 19:31:48 -0400 Subject: [PATCH] ci: Add xcb libraries that were removed from PyQt5. See https://www.riverbankcomputing.com/pipermail/pyqt/2020-June/042949.html --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 41dbfd657641..e559e502df72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,13 @@ addons: - libgeos-dev - libgirepository1.0-dev - libsdl2-2.0-0 + - libxkbcommon-x11-0 + - libxcb-icccm4 + - libxcb-image0 + - libxcb-keysyms1 + - libxcb-randr0 + - libxcb-render-util0 + - libxcb-xinerama0 - lmodern - fonts-freefont-otf - texlive-pictures