mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-future: fix dependency
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>
(cherry picked from commit 2f3fc10587)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
32ad7463e8
commit
d207477392
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user