summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-11-07 22:17:51 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2018-11-08 13:49:45 +0100
commite4f8f99c6f4655417b01d2163a26484d57aab85d (patch)
tree0c6e3a3f41bc1d5c8fdaec6df0702ef043d2b277 /travis-ci
parentabdcb688a8a82807cb5f864babdba91c859ac5f8 (diff)
downloadsystemd-e4f8f99c6f4655417b01d2163a26484d57aab85d.tar.gz
systemd-e4f8f99c6f4655417b01d2163a26484d57aab85d.tar.bz2
systemd-e4f8f99c6f4655417b01d2163a26484d57aab85d.zip
travis: install dependencies necessary for running parse-hwdb.py
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/fedora.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh
index 3ee1105067..4feb3bc8f0 100755
--- a/travis-ci/managers/fedora.sh
+++ b/travis-ci/managers/fedora.sh
@@ -15,7 +15,7 @@ CONT_NAME="${CONT_NAME:-fedora-$FEDORA_RELEASE-$RANDOM}"
DOCKER_EXEC="${DOCKER_EXEC:-docker exec -it $CONT_NAME}"
DOCKER_RUN="${DOCKER_RUN:-docker run}"
REPO_ROOT="${REPO_ROOT:-$PWD}"
-ADDITIONAL_DEPS=(dnf-plugins-core python2 iputils hostname libasan)
+ADDITIONAL_DEPS=(dnf-plugins-core python2 iputils hostname libasan python3-pyparsing python3-evdev)
function info() {
echo -e "\033[33;1m$1\033[0m"