From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 25 Jul 2022 20:08:24 +0000 (+0200) Subject: cirrus.yml: replace py38-pip with py39-pip X-Git-Tag: curl-7_85_0~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bff6277679f7e21bbc421c3fd40f17848950813e;p=thirdparty%2Fcurl.git cirrus.yml: replace py38-pip with py39-pip Reported-by: Jay Satiro Fixes #9201 Closes #9202 --- diff --git a/.cirrus.yml b/.cirrus.yml index 508722fcff..e4b0abca8f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -42,7 +42,7 @@ freebsd_task: pkginstall_script: - pkg update -f - - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py38-pip + - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py39-pip - pkg delete -y curl - pip install "cryptography<3.2" - pip install "pyOpenSSL<20.0"