kumquat-buildroot/package/iotop/iotop.mk
Bernd Kuhls b05a394810 package/iotop: switch from distutils to setuptools
distutils will be dropped with python 3.12.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-08-06 23:40:46 +02:00

14 lines
355 B
Makefile

################################################################################
#
# iotop
#
################################################################################
IOTOP_VERSION = 0.6
IOTOP_SITE = http://guichaz.free.fr/iotop/files
IOTOP_LICENSE = GPL-2.0+
IOTOP_LICENSE_FILES = COPYING
IOTOP_SETUP_TYPE = setuptools
$(eval $(python-package))