]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: install dependencies necessary for running parse-hwdb.py
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 7 Nov 2018 21:17:51 +0000 (22:17 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 8 Nov 2018 12:49:45 +0000 (13:49 +0100)
travis-ci/managers/fedora.sh

index 3ee11050676b46bb5e7e7ccbfbfc5f34abc68556..4feb3bc8f06f2617ba372690801aaa5b113520e4 100755 (executable)
@@ -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"