mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
5709402e4c
* Update dependency list. * Take tarball from PyPI. * Update license hash: same content, changed to UNIX line endings. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
521 B
Plaintext
14 lines
521 B
Plaintext
config BR2_PACKAGE_PYTHON_IBMIOTF
|
|
bool "python-ibmiotf"
|
|
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
|
|
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
|
|
help
|
|
Python Client for IBM Watson IoT Platform.
|
|
|
|
https://github.com/ibm-watson-iot/iot-python
|