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:
parent
77fc07c980
commit
2504365e1e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user