Skip to content

Commit

Permalink
netdata/packaging: Add python3-lxc dependency too, different package …
Browse files Browse the repository at this point in the history
…for different version (netdata#6753)
  • Loading branch information
paulkatsoulakis authored and Saruspete committed May 21, 2020
1 parent 89122a3 commit e7feb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit e7feb27

Please sign in to comment.