fastapi: don't strip the launcher

This commit is contained in:
Christoph Reiter
2024-08-17 09:02:16 +02:00
parent c636e4643d
commit beffb87a54

View File

@@ -14,6 +14,7 @@ msys2_references=(
"cpe: cpe:2.3:a:fastapi_project:fastapi"
)
license=('MIT')
options=('!strip')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-anyio" # implicitly required for concurrency
"${MINGW_PACKAGE_PREFIX}-python-pydantic"