buildroot/package/python-influxdb/Config.in
James Hilliard 8647b4d01a package/python-influxdb: bump to version 5.3.0
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>
2020-04-15 21:35:54 +02:00

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