Skip to content
Snippets Groups Projects
Commit fe1b9f2a authored by Patrycja Rosa's avatar Patrycja Rosa :cat:
Browse files

community/py3-flower: disable on loongarch64

parent 659f1179
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ _pyname=flower
pkgname="py3-$_pyname"
pkgver=2.0.1
pkgrel=1
arch="noarch !s390x" # Missing py3-celery for tests
# s390x, loongarch64: missing py3-celery for tests
arch="noarch !s390x !loongarch64"
pkgdesc="Real-time monitor and web admin for Celery distributed task queue"
url="https://flower.readthedocs.io/"
license="BSD-3-Clause"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment