package/python-crc16: 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:
Bernd Kuhls 2023-08-05 19:37:32 +02:00 committed by Thomas Petazzoni
parent 77fc07c980
commit 2504365e1e

View File

@ -8,6 +8,6 @@ PYTHON_CRC16_VERSION = 0.1.1
PYTHON_CRC16_SITE = $(call github,gennady,pycrc16,v$(PYTHON_CRC16_VERSION))
PYTHON_CRC16_LICENSE = LGPL-3.0+
PYTHON_CRC16_LICENSE_FILES = COPYING.txt
PYTHON_CRC16_SETUP_TYPE = distutils
PYTHON_CRC16_SETUP_TYPE = setuptools
$(eval $(python-package))