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:
parent
8ed502d5e1
commit
9ae04a4d11
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user