mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
python-ibmiotf: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
dc5892d49c
commit
403846cee9
13
package/python-ibmiotf/python-ibmiotf.mk
Normal file
13
package/python-ibmiotf/python-ibmiotf.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user