update to python 3

This commit is contained in:
Jakob Ketterl 2019-06-20 14:46:04 +02:00
parent 72bf698d95
commit a8b2e21a5a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ function cmakebuild() {
cd /tmp
STATIC_PACKAGES="sox fftw python2 netcat-openbsd libsndfile lapack"
STATIC_PACKAGES="sox fftw python3 netcat-openbsd libsndfile lapack"
BUILD_PACKAGES="git libsndfile-dev fftw-dev cmake ca-certificates make gcc musl-dev g++ lapack-dev linux-headers"
apk add --no-cache $STATIC_PACKAGES

View File

@ -16,7 +16,7 @@ _term() {
trap _term SIGTERM SIGINT
python2.7 openwebrx.py $@ &
python3 openwebrx.py $@ &
child=$!
wait "$child"