Merge "Ensure that curl is present for functional tests"

This commit is contained in:
Zuul 2020-05-13 14:19:39 +00:00 committed by Gerrit Code Review
commit c351f1143c

View File

@ -65,7 +65,7 @@ case "${ID,,}" in
if `/bin/grep -q "stretch" /etc/os-release` && [ -f "/etc/apt/sources.list.d/security.list" ]; then
echo 'deb http://security.debian.org stretch/updates main contrib' | sudo tee /etc/apt/sources.list.d/security.list > /dev/null
fi
pkg_list="python3-dev lsb-release"
pkg_list="python3-dev lsb-release curl"
sudo apt-get update
;;
gentoo)