From cc9bf974cd8dc53fbb24d6f7a6dc558c71bff5bd Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 1 Mar 2021 21:37:25 +0100 Subject: [PATCH] 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 --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 724d0e532..75deb0ac5 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)