From e4086446ccdbdf3f4809333d013db3f6b49c1ce7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 12 Aug 2021 01:27:50 +0200 Subject: [PATCH] Use python3 in CI and documented build requirements This has become possible with OpenWrt 21.02 and while the Dockerfile already received that updated, we forgot to update the CI and the documentation. --- contrib/actions/install-dependencies.sh | 2 +- docs/user/getting_started.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/actions/install-dependencies.sh b/contrib/actions/install-dependencies.sh index bb35cc31..3f21e056 100755 --- a/contrib/actions/install-dependencies.sh +++ b/contrib/actions/install-dependencies.sh @@ -3,6 +3,6 @@ set -e apt-get -y update -apt-get -y install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time qemu-utils +apt-get -y install git subversion build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time qemu-utils apt-get -y clean rm -rf /var/lib/apt/lists/* diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index e22a11a5..7cf00834 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -29,7 +29,7 @@ freshly installed Debian Stretch system the following packages are required: * `git` (to get Gluon and other dependencies) * `subversion` -* `python` (Python 3 doesn't work) +* `python3` * `build-essential` * `gawk` * `unzip`