mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
8367c14188
commit
b05a394810
@@ -8,6 +8,6 @@ IOTOP_VERSION = 0.6
|
||||
IOTOP_SITE = http://guichaz.free.fr/iotop/files
|
||||
IOTOP_LICENSE = GPL-2.0+
|
||||
IOTOP_LICENSE_FILES = COPYING
|
||||
IOTOP_SETUP_TYPE = distutils
|
||||
IOTOP_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user