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

View File

@@ -19,4 +19,6 @@ export ac_cv_func_fork="yes"
export ac_cv_func_waitpid="yes"
export ac_cv_func_pipe="yes"
export ac_cv_enable_strict_prototypes_warning="no"
export ac_cv_func_getnameinfo="yes"
export ac_cv_func_poll="yes"
export MODULE_BUILDTYPE="static"