diff mbox series

[1/1] docs: adding-packages-python: don't mention distutilscross

Message ID 20200428114715.9176-1-asafka7@gmail.com
State Accepted
Headers show
Series [1/1] docs: adding-packages-python: don't mention distutilscross | expand

Commit Message

Asaf Kahlon April 28, 2020, 11:47 a.m. UTC
The package was removed a long time ago.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 docs/manual/adding-packages-python.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Comments

Yann E. MORIN April 28, 2020, 5:19 p.m. UTC | #1
Asaf, All,

On 2020-04-28 14:47 +0300, Asaf Kahlon spake thusly:
> The package was removed a long time ago.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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:
>  
> -- 
> 2.26.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard May 10, 2020, 6:01 p.m. UTC | #2
>>>>> "Asaf" == Asaf Kahlon <asafka7@gmail.com> writes:

 > The package was removed a long time ago.
 > Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
 > ---

Committed to 2020.02.x, thanks.
diff mbox series

Patch

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: