fio: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:07 -04:00 committed by Toyam Cox
parent 8bfcb5cd7a
commit eaccac3c00

View file

@ -14,6 +14,7 @@ license="GPL-2.0-only"
homepage="https://github.com/axboe/fio"
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=809963b1d023dbc9ac7065557af8129aee17b6895e0e8c5ca671b0b14285f404
python_version=2 #unverified
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel"
@ -24,7 +25,6 @@ do_configure() {
}
post_install() {
vlicense MORAL-LICENSE
vdoc HOWTO
for f in examples/*; do
vsconf "$f"