aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 7f4c7795a81..8caaf0fe6ca 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