diff options
author | Brett Cannon <brett@python.org> | 2023-03-29 20:28:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 20:28:08 (GMT) |
commit | 0b1d9c44f1f091a499856d81542eeafda25011e1 (patch) | |
tree | c310eec7b5c9bbaf9e35394753139d703a625d41 /Tools | |
parent | d052a383f1a0c599c176a12c73a761ca00436d8b (diff) | |
download | cpython-0b1d9c44f1f091a499856d81542eeafda25011e1.zip cpython-0b1d9c44f1f091a499856d81542eeafda25011e1.tar.gz cpython-0b1d9c44f1f091a499856d81542eeafda25011e1.tar.bz2 |
GH-102973: add a dev container (GH-102975)
On content update, builds `python` and the docs. Also adds a Dockerfile that should include everything but autoconf 2.69 that's necessary to build CPython and the entire stdlib on Fedora.
Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Co-authored-by: Dusty Phillips <dusty@phillips.codes>
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/wasm/Setup.local.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/wasm/Setup.local.example b/Tools/wasm/Setup.local.example index ad58c31..cfb9f7f 100644 --- a/Tools/wasm/Setup.local.example +++ b/Tools/wasm/Setup.local.example @@ -5,6 +5,7 @@ audioop _bz2 _crypt _decimal +nis _pickle pyexpat _elementtree _sha3 _blake2 |