diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-17 10:16:50 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-17 10:16:50 +0200 |
commit | 60fa656371b79eb796c3df7bba53c547d5e17557 (patch) | |
tree | fb302d4b4efccbf93c21c6626ba99d1b3c5498c7 /python3-influxdb | |
parent | aaf23c38eaaa9064b4bf4ad08e4566ea3680b096 (diff) | |
download | openwrt-personal-pkgs-60fa656371b79eb796c3df7bba53c547d5e17557.tar.gz openwrt-personal-pkgs-60fa656371b79eb796c3df7bba53c547d5e17557.tar.bz2 openwrt-personal-pkgs-60fa656371b79eb796c3df7bba53c547d5e17557.zip |
In some of the Python3 packages use pypi instead of github
Diffstat (limited to 'python3-influxdb')
-rw-r--r-- | python3-influxdb/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python3-influxdb/Makefile b/python3-influxdb/Makefile index 56d61a3..6f360e3 100644 --- a/python3-influxdb/Makefile +++ b/python3-influxdb/Makefile @@ -1,8 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-influxdb +PKG_VERSION:=5.2.0 PKG_RELEASE:=1 -PKG_SOURCE_URL:=https://github.com/influxdata/influxdb-python.git + +PKG_SOURCE_URL:=https://pypi.python.org/packages/source/i/influxdb/ +PKG_SOURCE:=influxdb-$(PKG_VERSION).tar.gz +PKG_MD5SUM:=8d82a3e48c8d20f4d1f1243c6bb04402 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> include $(TOPDIR)/package/autopkg-tag.mk |