All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-future: fix dependency
@ 2020-05-11 18:42 Louis Aussedat
  2020-05-11 21:13 ` Thomas Petazzoni
  2020-05-12 10:59 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Louis Aussedat @ 2020-05-11 18:42 UTC (permalink / raw)
  To: buildroot

python-future does not depends on python2.
The package work with python 3.x.

Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com>
---
 package/python-future/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/python-future/Config.in b/package/python-future/Config.in
index 29303f334d..8a3fd38f36 100644
--- a/package/python-future/Config.in
+++ b/package/python-future/Config.in
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_FUTURE
 	bool "python-future"
-	depends on BR2_PACKAGE_PYTHON
 	help
 	  Easy, clean, reliable Python 2/3 compatibility.
 
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-future: fix dependency
  2020-05-11 18:42 [Buildroot] [PATCH 1/1] package/python-future: fix dependency Louis Aussedat
@ 2020-05-11 21:13 ` Thomas Petazzoni
  2020-05-12  8:09   ` Peter Korsgaard
  2020-05-12 10:59 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2020-05-11 21:13 UTC (permalink / raw)
  To: buildroot

On Mon, 11 May 2020 20:42:53 +0200
Louis Aussedat <aussedat.louis@gmail.com> wrote:

> python-future does not depends on python2.
> The package work with python 3.x.
> 
> Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com>
> ---
>  package/python-future/Config.in | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/python-future/Config.in b/package/python-future/Config.in
> index 29303f334d..8a3fd38f36 100644
> --- a/package/python-future/Config.in
> +++ b/package/python-future/Config.in
> @@ -1,6 +1,5 @@
>  config BR2_PACKAGE_PYTHON_FUTURE
>  	bool "python-future"
> -	depends on BR2_PACKAGE_PYTHON
>  	help
>  	  Easy, clean, reliable Python 2/3 compatibility.

But is it useful for Python 3.x ? I thought it was providing Python 3.x
features to Python 2.x.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-future: fix dependency
  2020-05-11 21:13 ` Thomas Petazzoni
@ 2020-05-12  8:09   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-05-12  8:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Mon, 11 May 2020 20:42:53 +0200
 > Louis Aussedat <aussedat.louis@gmail.com> wrote:

 >> python-future does not depends on python2.
 >> The package work with python 3.x.
 >> 
 >> Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com>
 >> ---
 >> package/python-future/Config.in | 1 -
 >> 1 file changed, 1 deletion(-)
 >> 
 >> diff --git a/package/python-future/Config.in b/package/python-future/Config.in
 >> index 29303f334d..8a3fd38f36 100644
 >> --- a/package/python-future/Config.in
 >> +++ b/package/python-future/Config.in
 >> @@ -1,6 +1,5 @@
 >> config BR2_PACKAGE_PYTHON_FUTURE
 >> bool "python-future"
 >> -	depends on BR2_PACKAGE_PYTHON
 >> help
 >> Easy, clean, reliable Python 2/3 compatibility.

 > But is it useful for Python 3.x ? I thought it was providing Python 3.x
 > features to Python 2.x.

True, but if your code uses the module and you want to run it with
python 3.x, then you need a python3 version of the module.

Debian also provides both a python-future and a python3-future package.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/python-future: fix dependency
  2020-05-11 18:42 [Buildroot] [PATCH 1/1] package/python-future: fix dependency Louis Aussedat
  2020-05-11 21:13 ` Thomas Petazzoni
@ 2020-05-12 10:59 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-05-12 10:59 UTC (permalink / raw)
  To: buildroot

>>>>> "Louis" == Louis Aussedat <aussedat.louis@gmail.com> writes:

 > python-future does not depends on python2.
 > The package work with python 3.x.

 > Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-12 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 18:42 [Buildroot] [PATCH 1/1] package/python-future: fix dependency Louis Aussedat
2020-05-11 21:13 ` Thomas Petazzoni
2020-05-12  8:09   ` Peter Korsgaard
2020-05-12 10:59 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.