]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
yet another azure fix attempt
authorBob Halley <halley@dnspython.org>
Wed, 28 Oct 2020 15:36:26 +0000 (08:36 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 28 Oct 2020 15:36:26 +0000 (08:36 -0700)
azure-pipelines.yml

index c549bf1497bbbc263d4f01e1feba0b70662d04f2..c3653441ec4085b89ccd12df1079ec0af8ea8707 100644 (file)
@@ -21,7 +21,7 @@ jobs:
     displayName: 'Use Python $(python.version)'
 
   - script: |
-      pip install --upgrade pip wheel
+      pip install --upgrade pip wheel setuptools
     displayName: 'Install pip and wheel'
 
   - script: |