diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-12-13 06:33:01 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-13 08:09:34 +0100 |
commit | 515466191d41aa7b94ee4af17d03f3a029cab476 (patch) | |
tree | 36cd9187baf76952a9f8531c1ce988f3da7ecfac /package/python-characteristic | |
parent | 18529a4f29aa8c204fb54510af9cda9e9b992f9c (diff) | |
download | buildroot-515466191d41aa7b94ee4af17d03f3a029cab476.tar.gz buildroot-515466191d41aa7b94ee4af17d03f3a029cab476.zip |
package/python-characteristic: switch SITE to https
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-characteristic')
-rw-r--r-- | package/python-characteristic/python-characteristic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-characteristic/python-characteristic.mk b/package/python-characteristic/python-characteristic.mk index dc3e8bb299..7ea8d95cd4 100644 --- a/package/python-characteristic/python-characteristic.mk +++ b/package/python-characteristic/python-characteristic.mk @@ -6,7 +6,7 @@ PYTHON_CHARACTERISTIC_VERSION = 14.3.0 PYTHON_CHARACTERISTIC_SOURCE = characteristic-$(PYTHON_CHARACTERISTIC_VERSION).tar.gz -PYTHON_CHARACTERISTIC_SITE = http://pypi.python.org/packages/source/c/characteristic +PYTHON_CHARACTERISTIC_SITE = https://pypi.python.org/packages/source/c/characteristic PYTHON_CHARACTERISTIC_LICENSE = MIT PYTHON_CHARACTERISTIC_LICENSE_FILES = LICENSE PYTHON_CHARACTERISTIC_SETUP_TYPE = setuptools |