package/python-future: fix dependency
authorLouis Aussedat <aussedat.louis@gmail.com>
Mon, 11 May 2020 18:42:53 +0000 (20:42 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 12 May 2020 07:59:39 +0000 (09:59 +0200)
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>
package/python-future/Config.in

index 29303f334d0045baaf3623493ed6502b12b4456e..8a3fd38f364a72dcf6681332f6ea74dac9d3e993 100644 (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.