package/python-pyalsa: 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:45 +02:00 committed by Thomas Petazzoni
parent 97688e4258
commit 78ba3e6f2d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PYTHON_PYALSA_VERSION = 1.2.7
PYTHON_PYALSA_SOURCE = pyalsa-$(PYTHON_PYALSA_VERSION).tar.bz2
PYTHON_PYALSA_SITE = https://www.alsa-project.org/files/pub/pyalsa
PYTHON_PYALSA_SETUP_TYPE = distutils
PYTHON_PYALSA_SETUP_TYPE = setuptools
PYTHON_PYALSA_LICENSE = LGPL-2.1+
PYTHON_PYALSA_DEPENDENCIES = alsa-lib