8647b4d01a
As of upstream commit 3a5e6219a2b62af076caa4f37fab9258165ec266 msgpack is now required. License hash change is due to date update in upstream commit cf83d1d429ecebb093f6eaab773bd41c251530ca. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
config BR2_PACKAGE_PYTHON_INFLUXDB
|
|
bool "python-influxdb"
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
select BR2_PACKAGE_PYTHON_MSGPACK # 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
|