[gjs: 9/10] CI: Add python3-setuptools to Debian-based images



commit 0b443dc4ee7c911e4ea7e98d772b4437cda73765
Author: Philip Chimento <philip chimento gmail com>
Date:   Mon Feb 25 20:50:46 2019 -0800

    CI: Add python3-setuptools to Debian-based images
    
    This is needed for building meson with jhbuild, and is currently causing
    CI on the Ubuntu 18.04 image to fail.

 test/extra/do_basic.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/test/extra/do_basic.sh b/test/extra/do_basic.sh
index 80f1fdca..0d84a9f9 100755
--- a/test/extra/do_basic.sh
+++ b/test/extra/do_basic.sh
@@ -14,7 +14,7 @@ function do_Install_Dependencies(){
                                docbook docbook-xsl libtext-csv-perl \
                                zlib1g-dev libdbus-glib-1-dev \
                                libtool libicu-dev libnspr4-dev \
-                               policykit-1 \
+                               policykit-1 python3-setuptools \
                                libgtk-3-dev gir1.2-gtk-3.0 xvfb gnome-desktop-testing dbus-x11 dbus \
                                libedit-dev libgl1-mesa-dev lcov libreadline-dev
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]