fc7ba3ab8f
We need to switch to the github download as the sdist published to pypi doesn't package the epl-v20 license file isn't included there: https://github.com/eclipse/paho.mqtt.python/pull/635 License changed to EPL-2.0 and EDLv1.0. Changelog: https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt Signed-off-by: Marcus Hoffmann <marcus.hoffmann@othermo.de> [yann.morin.1998@free.fr: - use spaces in hash file - drop localy computed md5 - license is EPL *and* EDL, not _or_ ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
485 B
Makefile
14 lines
485 B
Makefile
################################################################################
|
|
#
|
|
# python-paho-mqtt
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PAHO_MQTT_VERSION = 1.6.1
|
|
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 = setuptools
|
|
|
|
$(eval $(python-package))
|