From b969e9ea68d2c24a46ce35d006dca2c229ba6268 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 30 May 2019 20:57:01 +0200 Subject: [PATCH] .ci/install-deps.sh: Install legacy development packages. --- .ci/install-deps.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ci/install-deps.sh b/.ci/install-deps.sh index ffcdad5d..99e67adc 100755 --- a/.ci/install-deps.sh +++ b/.ci/install-deps.sh @@ -36,10 +36,6 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then libdb-dev \ systemd-services \ systemd \ - libsystemd-journal-dev \ - libsystemd-login-dev \ - libsystemd-id128-dev \ - libsystemd-daemon-dev \ libsystemd-dev \ libpam-systemd \ libdbus-1-dev \