]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
try to fix azure
authorBob Halley <halley@dnspython.org>
Wed, 21 Oct 2020 21:20:07 +0000 (14:20 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 21 Oct 2020 21:20:07 +0000 (14:20 -0700)
azure-pipelines.yml

index 3504cc14fce2f33a54e3e83ba7504df7b7eb8d6c..f67f3c12b7540eb91f9ca7cb58d90fbb7205316b 100644 (file)
@@ -22,6 +22,7 @@ jobs:
 
   - script: |
       python -m pip install --upgrade pip
+      python -m pip install setuptools wheel
       pip install -e .[dnssec,idna,doh,trio,curio]
     displayName: 'Install python dependencies'