Răsfoiți Sursa

package/python-uvicorn: requires PYTHON3_SSL

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

Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Marcus Hoffmann 1 an în urmă
părinte
comite
9ab334817a
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      package/python-uvicorn/Config.in

+ 1 - 0
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.