]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cirrus: Use pip for Python packages on FreeBSD
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Mon, 2 May 2022 12:39:33 +0000 (14:39 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Mon, 2 May 2022 12:39:33 +0000 (14:39 +0200)
Using pip instead of easy_install is more in line with how other
CI images are being maintained.

Closes: #8783
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
.cirrus.yml

index 6c0a011ae04a87d694dd643e92e314bd9f1f2083..a2909dedef1219b507421eae1541ea3300176b76 100644 (file)
@@ -40,11 +40,11 @@ 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
+    - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel py38-pip
     - pkg delete -y curl
-    - easy_install "cryptography<3.2"
-    - easy_install "pyOpenSSL<20.0"
-    - easy_install "impacket"
+    - pip install "cryptography<3.2"
+    - pip install "pyOpenSSL<20.0"
+    - pip install "impacket"
   configure_script:
     - autoreconf -fi
     # Building with the address sanitizer is causing unexplainable test issues due to timeouts