diff --git a/testing/py3-lsp-black/APKBUILD b/testing/py3-lsp-black/APKBUILD index 5b5a0557f78..1f744352010 100644 --- a/testing/py3-lsp-black/APKBUILD +++ b/testing/py3-lsp-black/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.0.0 pkgrel=1 pkgdesc="Plugin for black support in py3-lsp-server" url="https://github.com/python-lsp/python-lsp-black" -arch="noarch !armhf !s390x" # armhf, s390x: no py3-lsp-server +arch="noarch" license="MIT" depends="py3-lsp-server black" makedepends="py3-gpep517 py3-setuptools py3-wheel"