systemtap: use Python 3.

This commit is contained in:
Leah Neukirchen 2019-12-30 15:05:21 +01:00
parent 36976a6715
commit 6a8d09b50c

View file

@ -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 <orphan@voidlinux.org>"
license="GPL-3.0-or-later"