All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/python-future: fix dependency
@ 2020-05-12  7:59 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2020-05-12  7:59 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=2f3fc105877b506ef7ae0db91e7d4598cbb67704
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-12  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12  7:59 [Buildroot] [git commit] package/python-future: fix dependency 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.