iotop: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:03:53 -04:00
parent 3f5a269ab5
commit 765b72c1a9

View file

@ -1,9 +1,9 @@
# Template file for 'iotop'
pkgname=iotop
version=0.6
revision=10
revision=11
build_style=python3-module
hostmakedepends="python3"
hostmakedepends="python3-setuptools"
depends="${hostmakedepends}"
short_desc="View I/O usage of processes"
maintainer="Orphaned <orphan@voidlinux.org>"