fio: add explicit python_version
This commit is contained in:
parent
8bfcb5cd7a
commit
eaccac3c00
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue