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:
Louis Aussedat 2020-05-11 20:42:53 +02:00 committed by Peter Korsgaard
parent 88f6c946c7
commit 2f3fc10587

View File

@ -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.