From 779acbabecca84c53aff4fe61915da1104373f79 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 02:13:17 +0100 Subject: [PATCH] py-spy: only for x86 and remove wrong nocross --- srcpkgs/py-spy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template index 8602b9d65ab..fcedf809102 100644 --- a/srcpkgs/py-spy/template +++ b/srcpkgs/py-spy/template @@ -1,6 +1,8 @@ # Template file for 'py-spy' pkgname=py-spy version=0.1.11 +# other archs can't compile remoteprocess +archs="x86_64* i686*" revision=1 build_style=cargo short_desc="Sampling profiler for Python programs" @@ -9,4 +11,3 @@ license="GPL-3.0-or-later" homepage="https://github.com/benfred/py-spy" distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz" checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e -nocross="Could not compile remoteprocess"