From 6a8d09b50cffef24949f3ba5cd4792b713cb35c7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 30 Dec 2019 15:05:21 +0100 Subject: [PATCH] systemtap: use Python 3. --- srcpkgs/systemtap/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/systemtap/template b/srcpkgs/systemtap/template index 31973a7a3ee..ae4c3556cc3 100644 --- a/srcpkgs/systemtap/template +++ b/srcpkgs/systemtap/template @@ -1,12 +1,13 @@ # Template file for 'systemtap' pkgname=systemtap version=4.2 -revision=1 +revision=3 archs="i686 x86_64 armv6l armv7l aarch64 ppc64le" build_style=gnu-configure -hostmakedepends="python" +hostmakedepends="python3" makedepends="elfutils-devel" -depends="python" +depends="python3" +python_version=3 short_desc="Infrastructure to simplify the gathering of information" maintainer="Orphaned " license="GPL-3.0-or-later"