package/python-paho-mqtt: use hatch setup type

Use the new hatch setup type which automatically pulls in the
host-python-hatchling dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2024-10-23 23:08:44 -06:00
committed by Thomas Petazzoni
parent 3971156f6d
commit f9f0853e66

View File

@@ -8,7 +8,6 @@ PYTHON_PAHO_MQTT_VERSION = 2.1.0
PYTHON_PAHO_MQTT_SITE = $(call github,eclipse,paho.mqtt.python,v$(PYTHON_PAHO_MQTT_VERSION))
PYTHON_PAHO_MQTT_LICENSE = EPL-2.0, EDLv1.0
PYTHON_PAHO_MQTT_LICENSE_FILES = LICENSE.txt epl-v20 edl-v10
PYTHON_PAHO_MQTT_SETUP_TYPE = pep517
PYTHON_PAHO_MQTT_DEPENDENCIES = host-python-hatchling
PYTHON_PAHO_MQTT_SETUP_TYPE = hatch
$(eval $(python-package))