community/py3-django-celery-results: disable on s390x

This commit is contained in:
ptrcnull 2024-08-22 23:57:33 +02:00
parent a48e2aed2f
commit ec4e4fba2d

View File

@ -4,8 +4,8 @@ pkgname=py3-django-celery-results
_pkgreal="django-celery-results"
pkgver=2.5.1
pkgrel=2
# loongarch64: blocked by py3-celery
arch="noarch !loongarch64"
# loongarch64, s390x: blocked by py3-celery
arch="noarch !loongarch64 !s390x"
pkgdesc="Celery result backends for Django."
url="https://pypi.python.org/project/django-celery-results"
license="BSD-3-Clause"