Build tinyipa with python 3.9

We don't support Python 3.6 anymore

Change-Id: I1a987d94bb19691147c1c57de75d944b55eded3d
This commit is contained in:
Riccardo Pittau 2022-05-12 16:10:04 +02:00
parent e5bf43c791
commit cfc39a15bb
3 changed files with 6 additions and 6 deletions

View File

@ -162,13 +162,13 @@ while read line; do
sudo chroot --userspec=$TC:$STAFF $BUILDDIR /usr/bin/env -i PATH=$CHROOT_PATH http_proxy=$http_proxy https_proxy=$https_proxy no_proxy=$no_proxy tce-load -wci $line
done < <(paste $WORKDIR/build_files/$PY_REQS $WORKDIR/build_files/buildreqs.lst)
PIP_COMMAND="pip"
TINYIPA_PYTHON_EXE="python"
if [[ $USE_PYTHON3 == "True" ]]; then
PIP_COMMAND="pip3"
TINYIPA_PYTHON_EXE="python3"
fi
PIP_COMMAND="$TINYIPA_PYTHON_EXE -m pip"
# Build python wheels
$CHROOT_CMD ${TINYIPA_PYTHON_EXE} -m ensurepip
$CHROOT_CMD ${PIP_COMMAND} install --upgrade pip==${PIP_VERSION} wheel

View File

@ -1,2 +1,2 @@
python3.6.tcz
python3.6-dev.tcz
python3.9.tcz
python3.9-dev.tcz

View File

@ -1,2 +1,2 @@
python3.6.tcz
expat2.tcz
python3.9.tcz
expat2.tcz