package/ranger: 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:
Bernd Kuhls 2023-08-05 23:52:09 +02:00 committed by Thomas Petazzoni
parent 8ed502d5e1
commit 9ae04a4d11

View File

@ -6,7 +6,7 @@
RANGER_VERSION = 1.7.2
RANGER_SITE = http://ranger.nongnu.org
RANGER_SETUP_TYPE = distutils
RANGER_SETUP_TYPE = setuptools
RANGER_LICENSE = GPL-3.0
RANGER_LICENSE_FILES = AUTHORS