testing/py3-piexif: disable on armhf because of failing tests

This commit is contained in:
Leo 2020-08-14 00:24:26 -03:00
parent 2fa6e1e025
commit c96dbe6ceb

View File

@ -6,7 +6,7 @@ pkgver=1.1.3
pkgrel=1
pkgdesc="EXIF manipulations with Python"
url="https://github.com/hMatoba/Piexif"
arch="noarch !s390x" # Test failures
arch="noarch !armhf !s390x" # Test failures
license="MIT"
depends="python3"
makedepends="py3-setuptools"