package/python-logstash: 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:39 +02:00 committed by Thomas Petazzoni
parent 52c87da4a4
commit 6fea059825

View File

@ -6,7 +6,7 @@
PYTHON_LOGSTASH_VERSION = 0.4.8
PYTHON_LOGSTASH_SITE = https://files.pythonhosted.org/packages/f7/3b/c3a957bbdd23859f07905fc3d1adfe89957217a347478c58409f0315cf1d
PYTHON_LOGSTASH_SETUP_TYPE = distutils
PYTHON_LOGSTASH_SETUP_TYPE = setuptools
PYTHON_LOGSTASH_LICENSE = MIT
PYTHON_LOGSTASH_LICENSE_FILES = LICENSE