From: Asaf Kahlon Date: Tue, 28 Apr 2020 11:47:15 +0000 (+0300) Subject: docs: adding-packages-python: don't mention distutilscross X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=427697f29731fd83494d1e1e0e4a5d04b64f4592;p=buildroot.git docs: adding-packages-python: don't mention distutilscross The package was removed a long time ago. Signed-off-by: Asaf Kahlon Signed-off-by: Yann E. MORIN --- diff --git a/docs/manual/adding-packages-python.txt b/docs/manual/adding-packages-python.txt index 74e2e78b29..0c100859be 100644 --- a/docs/manual/adding-packages-python.txt +++ b/docs/manual/adding-packages-python.txt @@ -98,10 +98,9 @@ Note that: dependencies are automatically added as needed by the Python package infrastructure. - * Similarly, it is not needed to add +host-setuptools+ and/or - +host-distutilscross+ dependencies to +PYTHON_FOO_DEPENDENCIES+ for - setuptools-based packages, since these are automatically added by - the Python infrastructure as needed. + * Similarly, it is not needed to add +host-setuptools+ to + +PYTHON_FOO_DEPENDENCIES+ for setuptools-based packages, since it's + automatically added by the Python infrastructure as needed. One variable specific to the Python infrastructure is mandatory: