community/py3-msgpack: fix tests on mips

This commit is contained in:
Ariadne Conill 2020-04-08 01:56:32 +00:00
parent 411bf797ef
commit 984844d4e6

View File

@ -25,7 +25,7 @@ check() {
local _pyarch
case "$CARCH" in
x86_64|aarch64|ppc64le) _pyarch="$CARCH" ;;
x86_64|aarch64|ppc64le|mips*) _pyarch="$CARCH" ;;
x86) _pyarch=i686 ;;
armhf|armv7) _pyarch=armv8l ;;
s390x) _pyarch=s390x;;