mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03: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>
This commit is contained in:
committed by
Peter Korsgaard
parent
88f6c946c7
commit
2f3fc10587
@@ -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