From 6c471a4c4011b2e7ee1799930e82c1a9635e60e9 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 1 Jun 2021 04:00:44 +0200 Subject: [PATCH] python3-grpcio: lift archs= restriction since we use system openssl now, boringssl does not affect us --- srcpkgs/python3-grpcio/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template index cc8966c045f..d96e11f9c14 100644 --- a/srcpkgs/python3-grpcio/template +++ b/srcpkgs/python3-grpcio/template @@ -2,7 +2,6 @@ pkgname=python3-grpcio version=1.38.0 revision=1 -archs="x86_64* i686* aarch64* armv[67]* ppc64le*" wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-six"