From: Josh Soref Date: Tue, 16 Feb 2021 03:53:49 +0000 (-0500) Subject: Add wheel to pip X-Git-Tag: dnsdist-1.6.0-alpha2~41^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10086%2Fhead;p=thirdparty%2Fpdns.git Add wheel to pip --- diff --git a/regression-tests.api/runtests b/regression-tests.api/runtests index 9ef71c5cd7..f21ddc9b7b 100755 --- a/regression-tests.api/runtests +++ b/regression-tests.api/runtests @@ -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 diff --git a/regression-tests.auth-py/runtests b/regression-tests.auth-py/runtests index 5a251623c3..496652c485 100755 --- a/regression-tests.auth-py/runtests +++ b/regression-tests.auth-py/runtests @@ -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 diff --git a/regression-tests.dnsdist/runtests b/regression-tests.dnsdist/runtests index a860fd782c..dcdc5441e5 100755 --- a/regression-tests.dnsdist/runtests +++ b/regression-tests.dnsdist/runtests @@ -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 diff --git a/regression-tests.ixfrdist/runtests b/regression-tests.ixfrdist/runtests index efcc4e250c..e8b5d9d991 100755 --- a/regression-tests.ixfrdist/runtests +++ b/regression-tests.ixfrdist/runtests @@ -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