diff --git a/.cirrus.yml b/.cirrus.yml index e4b0abca8f..7a06748499 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -42,8 +42,10 @@ 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 py39-pip + - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel - pkg delete -y curl + - python -m ensurepip --default-pip + - python -m pip install --upgrade pip - pip install "cryptography<3.2" - pip install "pyOpenSSL<20.0" - pip install "impacket"