[Buildroot] [git commit] package/python-slob: switch from distutils to setuptools

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Sep 7 14:51:58 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=77eba3436d3fbd0aaf0318774b66d30c098edf01
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

distutils will be dropped with python 3.12.

Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-slob/python-slob.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-slob/python-slob.mk b/package/python-slob/python-slob.mk
index 2db3932216..4a0d1a7e1c 100644
--- a/package/python-slob/python-slob.mk
+++ b/package/python-slob/python-slob.mk
@@ -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))



More information about the buildroot mailing list