From: Brian Quinlan Date: Sat, 16 Oct 2010 10:36:11 +0000 (+0000) Subject: Fixes issue 10120 (concurrent.futures module is not installed properly), patch by... X-Git-Tag: v3.2a4~532 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c2bfe5bdf63bf5f85131ff7a773e28c094b9550;p=thirdparty%2FPython%2Fcpython.git Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller --- diff --git a/Makefile.pre.in b/Makefile.pre.in index b66313be4f0f..475d272851ef 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -880,7 +880,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ test/decimaltestdata test/xmltestdata \ test/tracedmodules test/encoded_modules \ - concurrent encodings \ + concurrent concurrent/futures encodings \ email email/mime email/test email/test/data \ html json json/tests http dbm xmlrpc \ sqlite3 sqlite3/test \