From 2ddd4f19855fa9844f1d8e1d142bde85c28c1558 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 13 Oct 2020 15:29:03 +0200 Subject: [PATCH] .builds: fix apple builder The python package is gone, we may not need it and/or Debian installs python3 by default. curl is needed for automatically applying patches from the mailing list. Signed-off-by: Elias Naur --- .builds/apple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/apple.yml b/.builds/apple.yml index 35499d40..1fd4973c 100644 --- a/.builds/apple.yml +++ b/.builds/apple.yml @@ -2,7 +2,7 @@ image: debian/testing packages: - clang - cmake - - python + - curl - autoconf - libxml2-dev - libssl-dev