Browse Source

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>
Bernd Kuhls 2 years ago
parent
commit
9ae04a4d11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/ranger/ranger.mk

+ 1 - 1
package/ranger/ranger.mk

@@ -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