aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-05-29 10:39:15 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-05-29 10:39:15 +0200
commit960d298387383507effc828130295c0b8f4d38dc (patch)
treeab9f3b0835781a8ff24908839c1f6584ae839649
parent7c910d6d79438c1398f848e68acb41171591b0a3 (diff)
downloadvconsole-960d298387383507effc828130295c0b8f4d38dc.tar.gz
travis: add python3-setuptools
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e44918f..7a03019 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ language: c
compiler: gcc
before_script:
- - pip3 install --upgrade pip
- pip3 install meson
addons:
@@ -15,6 +14,7 @@ addons:
packages:
- python3
- python3-pip
+ - python3-setuptools
- libgtk-3-dev
- libvte-2.91-dev
- libxml2-dev