nuttx-apps/interpreters/python/Setup.local.in
Tiago Medicci 8ba84edb0a interpreters/python: Enable using pip to install Python packages
This commit enables using `pip` as a pre-compiled (pyc) built-in
distributed along with cpython.

Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
2026-05-18 15:08:30 -04:00

39 lines
528 B
Text

# This file gets copied into the Modules/ folder when building
# newlib configurations which do not support dynamic library
# loading.
*disabled*
_asyncio
_bz2
_codecs_cn
_codecs_hk
_codecs_iso2022
_codecs_jp
_codecs_kr
_codecs_tw
_ctypes
_decimal
_elementtree
_heapq
_interpchannels
_interpqueues
_lsprof
_lzma
_multibytecodec
_sqlite3
_ssl
_statistics
_testbuffer
_testcapi
_testclinic
_testclinic_limited
_testexternalinspection
_testinternalcapi
_testlimitedcapi
_uuid
_xxtestfuzz
_zoneinfo
pwd
readline
resource
xxsubtype