From 2f8c925436da010733965d12307e3efa9ce68ec6 Mon Sep 17 00:00:00 2001
From: Jingyun Hua <huajingyun@loongson.cn>
Date: Thu, 6 Jun 2024 12:36:23 +0000
Subject: [PATCH] community/uvicorn: disable on loongarch64

---
 community/uvicorn/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/uvicorn/APKBUILD b/community/uvicorn/APKBUILD
index b909ed023d3e..dfbd54953d04 100644
--- a/community/uvicorn/APKBUILD
+++ b/community/uvicorn/APKBUILD
@@ -6,7 +6,8 @@ pkgrel=1
 pkgdesc="Lightning-fast ASGI server"
 url="https://www.uvicorn.org/"
 license="BSD-3-Clause"
-arch="noarch"
+# loongarch64: blocked by py3-watchfiles
+arch="noarch !loongarch64"
 depends="
 	python3
 	py3-asgiref
-- 
GitLab