]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/azure: replace python-impacket with python3-impacket 6678/head
authorMarc Hoersken <info@marc-hoersken.de>
Mon, 1 Mar 2021 20:37:25 +0000 (21:37 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Mon, 1 Mar 2021 20:37:25 +0000 (21:37 +0100)
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

index 724d0e53223cdf14718e5ebe6d5d71c043b4af31..75deb0ac5972879681ffb8da7f7fa4e3a9167862 100644 (file)
@@ -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)