From: Evgeny Vereshchagin Date: Wed, 7 Nov 2018 21:17:51 +0000 (+0100) Subject: travis: install dependencies necessary for running parse-hwdb.py X-Git-Tag: v240~377^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4f8f99c6f4655417b01d2163a26484d57aab85d;p=thirdparty%2Fsystemd.git travis: install dependencies necessary for running parse-hwdb.py --- diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index 3ee11050676..4feb3bc8f06 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"