]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cirrus.yml: replace py38-pip with py39-pip
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Mon, 25 Jul 2022 20:08:24 +0000 (22:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Jul 2022 22:02:40 +0000 (00:02 +0200)
Reported-by: Jay Satiro
Fixes #9201
Closes #9202

.cirrus.yml

index 508722fcff5961fecd31bc84652bfb66dddd4ca6..e4b0abca8fa3223c663ad6aec11dc0485042d9c5 100644 (file)
@@ -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"