From e7feb2715291425651dec8c7fa588536ab99d2d8 Mon Sep 17 00:00:00 2001 From: "Paul Emm. Katsoulakis" <34388743+paulkatsoulakis@users.noreply.github.com> Date: Mon, 2 Sep 2019 19:37:44 +0300 Subject: [PATCH] netdata/packaging: Add python3-lxc dependency too, different package for different version (#6753) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97bc667d4bae17..17dd7db7e9b69b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -269,7 +269,7 @@ jobs: git: depth: false before_install: - - sudo apt-get install -y wget lxc python-lxc lxc-templates dh-make git-buildpackage build-essential libdistro-info-perl + - sudo apt-get install -y wget lxc python3-lxc python-lxc lxc-templates dh-make git-buildpackage build-essential libdistro-info-perl - source tests/installer/slack.sh before_script: - post_message "TRAVIS_MESSAGE" "Starting package preparation and publishing for ${BUILD_STRING}.${BUILD_ARCH}" "${NOTIF_CHANNEL}" @@ -376,7 +376,7 @@ jobs: git: depth: false before_install: - - sudo apt-get install -y wget lxc lxc-templates + - sudo apt-get install -y wget lxc lxc-templates python3-lxc python-lxc - source tests/installer/slack.sh before_script: - post_message "TRAVIS_MESSAGE" "Starting package preparation and publishing for ${BUILD_STRING}.${BUILD_ARCH}" "${NOTIF_CHANNEL}"