diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/py-lz4/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/community/py-lz4/APKBUILD b/community/py-lz4/APKBUILD index b8223fdb2a..2611b909ac 100644 --- a/community/py-lz4/APKBUILD +++ b/community/py-lz4/APKBUILD @@ -3,13 +3,16 @@ pkgname=py-lz4 pkgver=0.10.0 _pkgname=${pkgname#py-} -pkgrel=0 +pkgrel=1 pkgdesc="LZ4 Bindings for Python" url="https://pypi.python.org/pypi/lz4" arch="all" license="BSD" makedepends="python2-dev python3-dev py-setuptools lz4-dev" checkdepends="py-nose" +if [ "CARCH" = "s390x" ]; then + options="!check" +fi subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2 $pkgname-tests:_tests:noarch" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz disable-failing-test.patch |