]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixes issue 10120 (concurrent.futures module is not installed properly), patch by...
authorBrian Quinlan <brian@sweetapp.com>
Sat, 16 Oct 2010 10:36:11 +0000 (10:36 +0000)
committerBrian Quinlan <brian@sweetapp.com>
Sat, 16 Oct 2010 10:36:11 +0000 (10:36 +0000)
Makefile.pre.in

index b66313be4f0f523bbe5b29be42b3da15770e29c6..475d272851ef593e8e263e68d995c405f9ec968d 100644 (file)
@@ -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 \