[Buildroot] [git commit branch/2020.02.x] package/python-future: fix dependency

Peter Korsgaard peter at korsgaard.com
Tue May 12 10:57:39 UTC 2020


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

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

Signed-off-by: Louis Aussedat <aussedat.louis at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 2f3fc105877b506ef7ae0db91e7d4598cbb67704)
Signed-off-by: Peter Korsgaard <peter at 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.
 


More information about the buildroot mailing list