From eaccac3c0022724f7a11ee7fbad2bfba2c03b5c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Apr 2020 14:55:07 -0400 Subject: [PATCH] fio: add explicit python_version --- srcpkgs/fio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fio/template b/srcpkgs/fio/template index b48a89576b4..660f8069955 100644 --- a/srcpkgs/fio/template +++ b/srcpkgs/fio/template @@ -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"