interpreters/python: Enable Python's socket module

Enables the Python's socket module. This allows applications to be
built to interact with POSIX-compatible sockets, which is supported
by NuttX.
This commit is contained in:
Tiago Medicci 2025-01-06 14:56:41 -03:00 committed by Xiang Xiao
parent c29a75bbfb
commit a61fd58f8e
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,6 @@ _sha2
_sha2
_sha3
_sha3
_socket
_sqlite3
_ssl
_statistics