mirror of https://github.com/pyodide/pyodide.git
Add crypt module (#369)
This commit is contained in:
parent
9a75ce63e2
commit
b6d9a6353b
|
@ -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`
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue