]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add wheel to pip 10086/head
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 16 Feb 2021 03:53:49 +0000 (22:53 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 16 Feb 2021 03:53:49 +0000 (22:53 -0500)
regression-tests.api/runtests
regression-tests.auth-py/runtests
regression-tests.dnsdist/runtests
regression-tests.ixfrdist/runtests

index 9ef71c5cd7211836bdf36d78ed0347f6bd4bb2be..f21ddc9b7b6dfec972f853f255e365741da4c600 100755 (executable)
@@ -5,6 +5,7 @@ if [ ! -d .venv ]; then
 fi
 . .venv/bin/activate
 python -V
+pip install -U pip wheel | cat
 pip install -r requirements.txt | cat
 
 if [ -z "${SDIG}" ]; then
index 5a251623c306ef522a5540f57ea5783979ffb6a8..496652c485077109ecc01fe0a8837851980b00de 100755 (executable)
@@ -7,6 +7,7 @@ fi
 
 . .venv/bin/activate
 python -V
+pip install -U pip wheel | cat
 pip install -q -r requirements.txt | cat
 
 mkdir -p configs
index a860fd782c73fb07c956463667a9e707443b29f2..dcdc5441e57edbfe1223c464274c147aa96bd846 100755 (executable)
@@ -19,6 +19,7 @@ then
     export CPPFLAGS=-I/usr/local/opt/openssl/include
   fi
 fi
+pip install -U pip wheel | cat
 pip install -r requirements.txt | cat
 
 protoc -I=../pdns/ --python_out=. ../pdns/dnsmessage.proto
index efcc4e250cf54aa97ac890e6a657326a82ff2060..e8b5d9d9915e1666d5b4ae53f7250bcf3386a0f4 100755 (executable)
@@ -6,6 +6,7 @@ if [ ! -d .venv ]; then
 fi
 . .venv/bin/activate
 python -V
+pip install -U pip wheel | cat
 pip install -r requirements.txt | cat
 
 if [ -z "${IXFRDISTBIN}" ]; then