package/python-slob: 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
d3996b4939
commit
77eba3436d
@ -8,6 +8,6 @@ PYTHON_SLOB_VERSION = 31ad0e769360a5b10a4893f686587bb8e48c3895
|
||||
PYTHON_SLOB_SITE = $(call github,itkach,slob,$(PYTHON_SLOB_VERSION))
|
||||
PYTHON_SLOB_LICENSE = GPL-3.0
|
||||
PYTHON_SLOB_LICENSE_FILES = LICENSE
|
||||
PYTHON_SLOB_SETUP_TYPE = distutils
|
||||
PYTHON_SLOB_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user