From 09bfb57020787efb906987b5076fb8fcf7aeb61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 22 Feb 2020 15:19:57 +0100 Subject: [PATCH] testing/tarantool: disable (dependencies no longer packaged) Fails with: ERROR: unsatisfiable constraints: py2-argparse (missing): required by: .makedepends-tarantool-20200222.141459[py2-argparse] py2-gevent (missing): required by: .makedepends-tarantool-20200222.141459[py2-gevent] py2-msgpack (missing): required by: .makedepends-tarantool-20200222.141459[py2-msgpack] py2-six (missing): required by: .makedepends-tarantool-20200222.141459[py2-six] py2-yaml (missing): required by: .makedepends-tarantool-20200222.141459[py2-yaml] --- testing/tarantool/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/tarantool/APKBUILD b/testing/tarantool/APKBUILD index dc90f660d2f..177b7cec631 100644 --- a/testing/tarantool/APKBUILD +++ b/testing/tarantool/APKBUILD @@ -11,7 +11,7 @@ url="https://tarantool.org" # armhf: zstd not available (fails to build) # ppc64le: not supported by LuaJIT w/o patches # s390x: not supported by LuaJIT -arch="x86_64" +arch="" license="BSD-2-Clause MIT Public-Domain" pkgusers="$pkgname" pkggroups="$pkgname"