[Buildroot] [git commit branch/2020.02.x] docs: adding-packages-python: don't mention distutilscross

Peter Korsgaard peter at korsgaard.com
Sun May 10 18:01:19 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=50f20f639e83339676d9f176f0547692ed47b327
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.02.x

The package was removed a long time ago.

Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 427697f29731fd83494d1e1e0e4a5d04b64f4592)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 docs/manual/adding-packages-python.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

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:
 


More information about the buildroot mailing list