mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-26 16:27:17 +00:00
14 lines
442 B
Makefile
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))
|