From e99b6d36d49fdc68bae7d150b13e69c66d0951dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= Date: Tue, 1 Jul 2025 03:14:52 +0000 Subject: [PATCH] testing/py3-igraph: enable on s390x --- testing/py3-igraph/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/py3-igraph/APKBUILD b/testing/py3-igraph/APKBUILD index cc57c264e17..1e77b945b0b 100644 --- a/testing/py3-igraph/APKBUILD +++ b/testing/py3-igraph/APKBUILD @@ -6,8 +6,7 @@ pkgver=0.11.9 pkgrel=0 pkgdesc="Python interface for igraph" url="https://github.com/igraph/python-igraph" -# s390x: libigraph-dev -arch="all !s390x" +arch="all" license="GPL-2.0-only" depends="py3-texttable" depends_dev="$pkgname=$pkgver-r$pkgrel"