Skip to content

Commit

Permalink
Build script: install python3-venv on Ubuntu and Debian builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeov authored Dec 13, 2023
1 parent 3be4db4 commit 480268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DEPS_UBUNTU='g++ cmake git libboost-regex-dev libkrb5-dev libssl-dev'
DEPS_UBUNTU=$DEPS_UBUNTU' libfuse-dev default-jdk zlib1g-dev unzip maven sudo'
DEPS_UBUNTU=$DEPS_UBUNTU' passwd curl openssl fuse gdb chrpath'
DEPS_UBUNTU22=$DEPS_UBUNTU' golang-go'
DEPS_UBUNTU=$DEPS_UBUNTU' python3-dev'
DEPS_UBUNTU=$DEPS_UBUNTU' python3-dev python3-venv'
DEPS_DEBIAN=$DEPS_UBUNTU

DEPS_CENTOS='gcc-c++ make git boost-devel krb5-devel'
Expand Down

0 comments on commit 480268b

Please sign in to comment.