mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
systemtap: use Python 3.
This commit is contained in:
parent
36976a6715
commit
6a8d09b50c
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'systemtap'
|
# Template file for 'systemtap'
|
||||||
pkgname=systemtap
|
pkgname=systemtap
|
||||||
version=4.2
|
version=4.2
|
||||||
revision=1
|
revision=3
|
||||||
archs="i686 x86_64 armv6l armv7l aarch64 ppc64le"
|
archs="i686 x86_64 armv6l armv7l aarch64 ppc64le"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python"
|
hostmakedepends="python3"
|
||||||
makedepends="elfutils-devel"
|
makedepends="elfutils-devel"
|
||||||
depends="python"
|
depends="python3"
|
||||||
|
python_version=3
|
||||||
short_desc="Infrastructure to simplify the gathering of information"
|
short_desc="Infrastructure to simplify the gathering of information"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue