Merge pull request #21748 from jefferyto/python-influxdb-5.3.1

python-influxdb: Update to 5.3.1
This commit is contained in:
Josef Schlehofer 2023-08-13 00:28:04 +02:00 committed by GitHub
commit 0662554483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -5,14 +5,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-influxdb
PKG_VERSION:=5.3.0
PKG_VERSION:=5.3.1
PKG_RELEASE:=1
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
PYPI_NAME:=influxdb
PKG_HASH:=9bcaafd57ac152b9824ab12ed19f204206ef5df8af68404770554c5b55b475f6
PKG_HASH:=46f85e7b04ee4b3dee894672be6a295c94709003a7ddea8820deec2ac4d8b27a
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
@ -23,8 +24,9 @@ define Package/python3-influxdb
CATEGORY:=Languages
SUBMENU:=Python
URL:=https://github.com/influxdb/influxdb-python
TITLE:=python3-influxdb
TITLE:=InfluxDB client
DEPENDS:=\
+python3-light \
+python3-requests \
+python3-pytz \
+python3-six \