doc: python, required by clippy, is no longer a non-essential tool

Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
Christian Hopps 2023-05-09 20:22:39 +00:00
parent 8110a8e1e7
commit 2ac74f0dbe

View File

@ -537,7 +537,8 @@ Programming Languages, Tools and Libraries
========================================== ==========================================
The core of FRR is written in C (gcc or clang supported) and makes The core of FRR is written in C (gcc or clang supported) and makes
use of GNU compiler extensions. A few non-essential scripts are use of GNU compiler extensions. Additionally, the CLI generation
tool, `clippy`, requires Python. A few other non-essential scripts are
implemented in Perl and Python. FRR requires the following tools implemented in Perl and Python. FRR requires the following tools
to build distribution packages: automake, autoconf, texinfo, libtool and to build distribution packages: automake, autoconf, texinfo, libtool and
gawk and various libraries (i.e. libpam and libjson-c). gawk and various libraries (i.e. libpam and libjson-c).