[Buildroot] [git commit] package/python-future: fix dependency

Peter Korsgaard peter at korsgaard.com
Tue May 12 07:59:39 UTC 2020


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 at gmail.com>
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