package/python-backcall: 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>
next
Bernd Kuhls 2023-08-05 19:37:31 +02:00 committed by Thomas Petazzoni
parent 1cc378b004
commit 77fc07c980
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PYTHON_BACKCALL_VERSION = 0.2.0
PYTHON_BACKCALL_SOURCE = backcall-$(PYTHON_BACKCALL_VERSION).tar.gz
PYTHON_BACKCALL_SITE = https://files.pythonhosted.org/packages/a2/40/764a663805d84deee23043e1426a9175567db89c8b3287b5c2ad9f71aa93
PYTHON_BACKCALL_SETUP_TYPE = distutils
PYTHON_BACKCALL_SETUP_TYPE = setuptools
PYTHON_BACKCALL_LICENSE = BSD-3-Clause
PYTHON_BACKCALL_LICENSE_FILES = LICENSE