[Buildroot] [git commit] package/python-uvicorn: requires PYTHON3_SSL

Arnout Vandecappelle arnout at mind.be
Tue Feb 6 11:04:23 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=9ab334817a1b7ccbc139f0d64ac04c6d7b0ba48a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Uvicorn has a hard requirement on the python ssl module. Without it even
running uvicorn --help fails.

Signed-off-by: Marcus Hoffmann <bubu at bubu1.eu>
Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
---
 package/python-uvicorn/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-uvicorn/Config.in b/package/python-uvicorn/Config.in
index 3e769392f9..c84f54781f 100644
--- a/package/python-uvicorn/Config.in
+++ b/package/python-uvicorn/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_PYTHON_UVICORN
 	bool "python-uvicorn"
 	select BR2_PACKAGE_PYTHON_CLICK # runtime
 	select BR2_PACKAGE_PYTHON_H11 # runtime
+	select BR2_PACKAGE_PYTHON3_SSL # runtime
 	help
 	  The lightning-fast ASGI server.
 



More information about the buildroot mailing list