mirror of https://github.com/python/cpython
Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller
This commit is contained in:
parent
6d3895606c
commit
2c2bfe5bdf
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue