[bitbake-devel] Christopher Larson : Add dependency on the backported python 3.2 concurrent .futures

git at git.openembedded.org git at git.openembedded.org
Fri Jan 20 16:35:55 UTC 2012


Module: bitbake.git
Branch: master
Commit: 774f59f06e65a35df597aa77c0fa06ab66c46906
URL:    http://git.openembedded.org/?p=bitbake.git&a=commit;h=774f59f06e65a35df597aa77c0fa06ab66c46906

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Sun Jan  8 17:17:23 2012 -0600

Add dependency on the backported python 3.2 concurrent.futures

Signed-off-by: Christopher Larson <chris_larson at mentor.com>

---

 lib/concurrent/__init__.py         |    3 +
 lib/concurrent/futures/__init__.py |   18 ++
 lib/concurrent/futures/_base.py    |  575 ++++++++++++++++++++++++++++++++++++
 lib/concurrent/futures/_compat.py  |  101 +++++++
 lib/concurrent/futures/process.py  |  345 +++++++++++++++++++++
 lib/concurrent/futures/thread.py   |  144 +++++++++
 setup.py                           |    2 +-
 7 files changed, 1187 insertions(+), 1 deletions(-)

Diff:   http://git.openembedded.org/?p=bitbake.git/?a=commitdiff;h=774f59f06e65a35df597aa77c0fa06ab66c46906




More information about the bitbake-devel mailing list