aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-05-07 15:40:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-07 15:45:02 +0000
commit4d9d0b56af1279b56e212819bc3cb2ee5d2d553f (patch)
tree7005cfdaebbbd6c751e6bd92fe6fcf348057893b /community
parentcb084e4881a96e91dbbd7c16000b5cac71e9ada0 (diff)
downloadaports-4d9d0b56af1279b56e212819bc3cb2ee5d2d553f.tar.bz2
aports-4d9d0b56af1279b56e212819bc3cb2ee5d2d553f.tar.xz
community/py-msgpack: fix build on s390x
Diffstat (limited to 'community')
-rw-r--r--community/py-msgpack/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/py-msgpack/APKBUILD b/community/py-msgpack/APKBUILD
index 7f4c7795a8..8caaf0fe6c 100644
--- a/community/py-msgpack/APKBUILD
+++ b/community/py-msgpack/APKBUILD
@@ -28,6 +28,7 @@ check() {
x86_64|aarch64|ppc64le) _pyarch="$CARCH" ;;
x86) _pyarch=i686 ;;
armhf|armv7) _pyarch=armv8l ;;
+ s390x) _pyarch=s390x;;
esac
env PYTHONPATH="${PWD}/build/lib.linux-$_pyarch-2.7" pytest test