package/python-pyaes: 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:44 +02:00 committed by Thomas Petazzoni
parent f902f95e87
commit 97688e4258

View File

@ -7,7 +7,7 @@
PYTHON_PYAES_VERSION = 1.6.1
PYTHON_PYAES_SOURCE = pyaes-$(PYTHON_PYAES_VERSION).tar.gz
PYTHON_PYAES_SITE = https://files.pythonhosted.org/packages/44/66/2c17bae31c906613795711fc78045c285048168919ace2220daa372c7d72
PYTHON_PYAES_SETUP_TYPE = distutils
PYTHON_PYAES_SETUP_TYPE = setuptools
PYTHON_PYAES_LICENSE = MIT
PYTHON_PYAES_LICENSE_FILES = LICENSE.txt