diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-10-09 14:46:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-09 22:51:41 +0200 |
commit | bfe76ebfb9accd2b33a2d3d7cd679cb6e8ddaea0 (patch) | |
tree | 33fe2d3ce84e60837fe1aaede870afa0e6ee6007 /package/python-futures/Config.in | |
parent | 8238368d0540318ae2446c6ed1324a356ac5993d (diff) | |
download | buildroot-bfe76ebfb9accd2b33a2d3d7cd679cb6e8ddaea0.tar.gz buildroot-bfe76ebfb9accd2b33a2d3d7cd679cb6e8ddaea0.zip |
package/python-futures: new package
Needed by upcoming python-mwscrape package.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-futures/Config.in')
-rw-r--r-- | package/python-futures/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-futures/Config.in b/package/python-futures/Config.in new file mode 100644 index 0000000000..2eb40e93bd --- /dev/null +++ b/package/python-futures/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_FUTURES + bool "python-futures" + depends on BR2_PACKAGE_PYTHON # not needed for python3 + help + Backport of the concurrent.futures package from Python 3.2. + + https://github.com/agronholm/pythonfutures |