1config BR2_PACKAGE_PYTHON_IBMIOTF 2 bool "python-ibmiotf" 3 depends on BR2_PACKAGE_PYTHON3 # python-requests -> python-idna 4 select BR2_PACKAGE_PYTHON_ISO8601 # runtime 5 select BR2_PACKAGE_PYTHON_PAHO_MQTT # runtime 6 select BR2_PACKAGE_PYTHON_PYTZ # runtime 7 select BR2_PACKAGE_PYTHON_REQUESTS # runtime 8 select BR2_PACKAGE_PYTHON_REQUESTS_TOOLBELT # runtime 9 select BR2_PACKAGE_PYTHON3_SSL # runtime 10 help 11 Python Client for IBM Watson IoT Platform. 12 13 https://github.com/ibm-watson-iot/iot-python 14