diff options
Diffstat (limited to 'testing/py-fonttools')
-rw-r--r-- | testing/py-fonttools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-fonttools/APKBUILD b/testing/py-fonttools/APKBUILD index d79737eca5..cf2f034a9a 100644 --- a/testing/py-fonttools/APKBUILD +++ b/testing/py-fonttools/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.21.2 pkgrel=0 pkgdesc="Converts OpenType and TrueType fonts to and from XML" url="https://github.com/fonttools/fonttools" -arch="noarch" +arch="noarch !s390x" license="BSD" depends="py-numpy" makedepends="python2-dev python3-dev py-setuptools" |