diff --git a/.ci/provision/centos_7.sh b/.ci/provision/centos_7.sh index e589aac30..4e7de5ad5 100755 --- a/.ci/provision/centos_7.sh +++ b/.ci/provision/centos_7.sh @@ -16,6 +16,7 @@ sudo yum install -y \ curl \ git \ findutils \ + python3 \ unzip \ glibc-all-langpacks \ rpmdevtools \ diff --git a/.ci/provision/centos_8.sh b/.ci/provision/centos_8.sh index da89d935b..16dc8d0e2 100755 --- a/.ci/provision/centos_8.sh +++ b/.ci/provision/centos_8.sh @@ -16,6 +16,7 @@ sudo yum install -y \ curl \ git \ findutils \ + python3 \ unzip \ glibc-all-langpacks \ rpmdevtools \ diff --git a/.ci/provision/debian_10.sh b/.ci/provision/debian_10.sh index f0d763d51..4145bc8cc 100755 --- a/.ci/provision/debian_10.sh +++ b/.ci/provision/debian_10.sh @@ -17,6 +17,7 @@ sudo apt-get install -y -q \ git \ dpkg-dev \ libssl-dev \ + python3 \ automake \ gnupg \ curl \ diff --git a/.ci/provision/fedora_33.sh b/.ci/provision/fedora_33.sh index f56fc4048..c00599a90 100755 --- a/.ci/provision/fedora_33.sh +++ b/.ci/provision/fedora_33.sh @@ -16,6 +16,7 @@ sudo yum install -y \ curl \ git \ findutils \ + python3 \ unzip \ glibc-all-langpacks \ rpmdevtools \ diff --git a/.ci/provision/fedora_34.sh b/.ci/provision/fedora_34.sh index f56fc4048..c00599a90 100755 --- a/.ci/provision/fedora_34.sh +++ b/.ci/provision/fedora_34.sh @@ -16,6 +16,7 @@ sudo yum install -y \ curl \ git \ findutils \ + python3 \ unzip \ glibc-all-langpacks \ rpmdevtools \ diff --git a/.ci/provision/ubuntu_18.04.sh b/.ci/provision/ubuntu_18.04.sh index caa66b9de..267d31e94 100755 --- a/.ci/provision/ubuntu_18.04.sh +++ b/.ci/provision/ubuntu_18.04.sh @@ -17,6 +17,7 @@ sudo apt-get install -y -q \ git \ dpkg-dev \ libssl-dev \ + python3 \ automake \ gnupg \ curl \ diff --git a/.ci/provision/ubuntu_20.04.sh b/.ci/provision/ubuntu_20.04.sh index 5ff69e36e..15b48f712 100755 --- a/.ci/provision/ubuntu_20.04.sh +++ b/.ci/provision/ubuntu_20.04.sh @@ -17,6 +17,7 @@ sudo apt-get install -y -q \ git \ dpkg-dev \ libssl-dev \ + python3 \ automake \ gnupg \ curl \