mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
#3791: Remove bsddb from the Windows msi installer,
And do not compile the core bsddb library. Reviewed by Martin von Loewis.
This commit is contained in:
parent
a27244bfa1
commit
f7bfcfbb68
7 changed files with 9 additions and 2549 deletions
|
|
@ -83,7 +83,6 @@ extensions = [
|
|||
'unicodedata.pyd',
|
||||
'winsound.pyd',
|
||||
'_elementtree.pyd',
|
||||
'_bsddb.pyd',
|
||||
'_socket.pyd',
|
||||
'_ssl.pyd',
|
||||
'_testcapi.pyd',
|
||||
|
|
@ -951,7 +950,7 @@ def add_files(db):
|
|||
continue
|
||||
tcltk.set_current()
|
||||
elif dir in ['test', 'tests', 'data', 'output']:
|
||||
# test: Lib, Lib/email, Lib/bsddb, Lib/ctypes, Lib/sqlite3
|
||||
# test: Lib, Lib/email, Lib/ctypes, Lib/sqlite3
|
||||
# tests: Lib/distutils
|
||||
# data: Lib/email/test
|
||||
# output: Lib/test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue