mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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:
committed by
Thomas Petazzoni
parent
3971156f6d
commit
f9f0853e66
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user