1config BR2_PACKAGE_PYTHON_FUTURES 2 bool "python-futures" 3 depends on BR2_PACKAGE_PYTHON # not needed for python3 4 help 5 Backport of the concurrent.futures package from Python 3.2. 6 7 https://github.com/agronholm/pythonfutures 8
1config BR2_PACKAGE_PYTHON_FUTURES 2 bool "python-futures" 3 depends on BR2_PACKAGE_PYTHON # not needed for python3 4 help 5 Backport of the concurrent.futures package from Python 3.2. 6 7 https://github.com/agronholm/pythonfutures 8