From: Marc Hoersken Date: Mon, 1 Mar 2021 20:37:25 +0000 (+0100) Subject: CI/azure: replace python-impacket with python3-impacket X-Git-Tag: curl-7_76_0~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6678%2Fhead;p=thirdparty%2Fcurl.git CI/azure: replace python-impacket with python3-impacket As of this month Azure DevOps uses Ubuntu 20.04 LTS which no longer supports Python 2 and instead ships Python 3. Closes #6678 --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 724d0e5322..75deb0ac59 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -76,7 +76,7 @@ stages: configure: --enable-debug --disable-shared --disable-threaded-resolver tests: -n -t --shallow=40 !FTP steps: - - script: sudo apt-get update && sudo apt-get install -y stunnel4 python-impacket libzstd-dev libbrotli-dev $(install) + - script: sudo apt-get update && sudo apt-get install -y stunnel4 python3-impacket libzstd-dev libbrotli-dev $(install) displayName: 'apt install' - script: ./buildconf && ./configure --enable-warnings --enable-werror $(configure)