1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-25 20:57:45 +00:00
Files
operating-system/buildroot/package/python-ibmiotf/python-ibmiotf.mk
2018-03-17 23:47:00 +00:00

14 lines
442 B
Makefile

################################################################################
#
# python-ibmiotf
#
################################################################################
PYTHON_IBMIOTF_VERSION = 0.2.8
PYTHON_IBMIOTF_SITE = $(call github,ibm-watson-iot,iot-python,$(PYTHON_IBMIOTF_VERSION))
PYTHON_IBMIOTF_SETUP_TYPE = setuptools
PYTHON_IBMIOTF_LICENSE = EPL-1.0
PYTHON_IBMIOTF_LICENSE_FILES = LICENSE
$(eval $(python-package))