Add crypt module (#369)

This commit is contained in:
Marc Abramowitz 2019-04-04 10:55:15 -07:00 committed by Michael Droettboom
parent 9a75ce63e2
commit b6d9a6353b
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
**User improvements:**
- The built-in `sqlite3** module of Python is now enabled.
- Support for built-in modules:
- `sqlite`, `crypt`
- New packages: `mne`

View File

@ -36,7 +36,7 @@ _md5 md5module.c
_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c ../../host/Python-3.7.0/Modules/_blake2/blake2s_impl.c
_sqlite3 _sqlite/cache.c _sqlite/connection.c _sqlite/cursor.c _sqlite/microprotocols.c _sqlite/module.c _sqlite/prepare_protocol.c _sqlite/row.c _sqlite/statement.c _sqlite/util.c -I$(SQLITEBUILD) -L$(SQLITEBUILD) -lsqlite3
_crypt _cryptmodule.c
_queue _queuemodule.c