buildroot/package/python-ibmiotf/python-ibmiotf.mk
Asaf Kahlon 5709402e4c package/python-ibmiotf: bump to version 0.4.0
* Update dependency list.
* Take tarball from PyPI.
* Update license hash: same content, changed to UNIX line endings.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-14 21:59:26 +02:00

15 lines
547 B
Makefile

################################################################################
#
# python-ibmiotf
#
################################################################################
PYTHON_IBMIOTF_VERSION = 0.4.0
PYTHON_IBMIOTF_SOURCE = ibmiotf-$(PYTHON_IBMIOTF_VERSION).tar.gz
PYTHON_IBMIOTF_SITE = https://files.pythonhosted.org/packages/78/05/029ca6f78b788a3c55157fd11bb63922d002d75df982ffb8243f450a750e
PYTHON_IBMIOTF_SETUP_TYPE = setuptools
PYTHON_IBMIOTF_LICENSE = EPL-1.0
PYTHON_IBMIOTF_LICENSE_FILES = LICENSE
$(eval $(python-package))