From 878f8b22bc3e7fa88614e7b9a1cb385eee16ff8f Mon Sep 17 00:00:00 2001 From: ptrcnull <git@ptrcnull.me> Date: Thu, 6 Jun 2024 22:59:38 +0200 Subject: [PATCH] community/twine: disable on loongarch64 --- community/twine/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/twine/APKBUILD b/community/twine/APKBUILD index a51813426437..70828371e6ac 100644 --- a/community/twine/APKBUILD +++ b/community/twine/APKBUILD @@ -5,7 +5,8 @@ pkgver=4.0.2 pkgrel=5 pkgdesc="Collection of utilities for publishing packages on PyPI" url="https://twine.readthedocs.io/en/latest/" -arch="noarch" +# loongarch64: blocked by py3-readme_renderer +arch="noarch !loongarch64" license="Apache-2.0" depends=" py3-keyring -- GitLab