14c3fa0e97
InfluxDB client. Signed-off-by: Sven Haardiek <sven.haardiek@iotec-gmbh.de> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: as suggested by Yegor, add entry in the DEVELOPERS file, and fix commit title.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
config BR2_PACKAGE_PYTHON_INFLUXDB
|
|
bool "python-influxdb"
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
InfluxDB client.
|
|
|
|
https://github.com/influxdb/influxdb-python
|