* [Buildroot] [PATCH] utils/scanpypi: use python3 explicitly
@ 2021-02-16 21:45 Thomas Petazzoni
2021-02-20 16:42 ` Yann E. MORIN
2021-02-27 18:00 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-02-16 21:45 UTC (permalink / raw)
To: buildroot
scanpypi is python3 compatible. In addition, it executes the setup.py
of Python modules to extract the relevant information. Since these are
more and more commonly using python3 constructs, using "python" to run
scanpypi causes problems on systems that have python2 installed as
python, when trying to parse setup.py scripts with python3 constructs.
Fixes part of #13516.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
utils/scanpypi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/scanpypi b/utils/scanpypi
index 51bc249f9e..47c7c00c60 100755
--- a/utils/scanpypi
+++ b/utils/scanpypi
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Utility for building Buildroot packages for existing PyPI packages
--
2.29.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] utils/scanpypi: use python3 explicitly
2021-02-16 21:45 [Buildroot] [PATCH] utils/scanpypi: use python3 explicitly Thomas Petazzoni
@ 2021-02-20 16:42 ` Yann E. MORIN
2021-02-27 18:00 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-02-20 16:42 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2021-02-16 22:45 +0100, Thomas Petazzoni spake thusly:
> scanpypi is python3 compatible. In addition, it executes the setup.py
> of Python modules to extract the relevant information. Since these are
> more and more commonly using python3 constructs, using "python" to run
> scanpypi causes problems on systems that have python2 installed as
> python, when trying to parse setup.py scripts with python3 constructs.
>
> Fixes part of #13516.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
I was about to apply it to master, but then I got a bit uneasy about
doing so. I was wondering whether it really is master material, or
whether it should go to next...
But in the end, our own python(2) package is now marked deprecated
already, so we do not expect people to actually add new python2-only
packages with scanpypi, and thus it does make sense that scanpypy is
switched to python3.
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> utils/scanpypi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/utils/scanpypi b/utils/scanpypi
> index 51bc249f9e..47c7c00c60 100755
> --- a/utils/scanpypi
> +++ b/utils/scanpypi
> @@ -1,4 +1,4 @@
> -#!/usr/bin/env python
> +#!/usr/bin/env python3
> """
>
> Utility for building Buildroot packages for existing PyPI packages
> --
> 2.29.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] utils/scanpypi: use python3 explicitly
2021-02-16 21:45 [Buildroot] [PATCH] utils/scanpypi: use python3 explicitly Thomas Petazzoni
2021-02-20 16:42 ` Yann E. MORIN
@ 2021-02-27 18:00 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-02-27 18:00 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:
> scanpypi is python3 compatible. In addition, it executes the setup.py
> of Python modules to extract the relevant information. Since these are
> more and more commonly using python3 constructs, using "python" to run
> scanpypi causes problems on systems that have python2 installed as
> python, when trying to parse setup.py scripts with python3 constructs.
> Fixes part of #13516.
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Committed to 2020.02.x and 2020.11.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-02-27 18:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-16 21:45 [Buildroot] [PATCH] utils/scanpypi: use python3 explicitly Thomas Petazzoni
2021-02-20 16:42 ` Yann E. MORIN
2021-02-27 18:00 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox