2017-09-12 11:50:56 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_IBMIOTF
|
|
|
|
bool "python-ibmiotf"
|
2021-07-10 23:55:32 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3 # python-requests -> python-idna
|
2017-09-12 11:50:56 +02:00
|
|
|
select BR2_PACKAGE_PYTHON_ISO8601 # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_PAHO_MQTT # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
|
|
|
select BR2_PACKAGE_PYTHON_REQUESTS_TOOLBELT # runtime
|
2021-07-10 23:55:32 +02:00
|
|
|
select BR2_PACKAGE_PYTHON3_SSL # runtime
|
2017-09-12 11:50:56 +02:00
|
|
|
help
|
|
|
|
Python Client for IBM Watson IoT Platform.
|
|
|
|
|
|
|
|
https://github.com/ibm-watson-iot/iot-python
|