diff options
author | Asaf Kahlon <asafka7@gmail.com> | 2018-09-10 17:37:18 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-10 17:19:11 +0200 |
commit | dca4f1726ca17d5d118c257ac29174236582f1a3 (patch) | |
tree | 7d7d606746dd947b82e2f7e36793d54d05ba0c29 /package/python-gunicorn/python-gunicorn.mk | |
parent | 30b058cb20aaf5bbd6252fb7e7f25f1eaf298f6f (diff) | |
download | buildroot-dca4f1726ca17d5d118c257ac29174236582f1a3.tar.gz buildroot-dca4f1726ca17d5d118c257ac29174236582f1a3.zip |
python-gunicorn: bump to version 19.9.0
No need for setuptools on target anymore.
Add license hash.
Fixes:
http://autobuild.buildroot.net/results/3d5/3d526c23ae17f03cbd771f6ad18390567c1c5d3a/
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-gunicorn/python-gunicorn.mk')
-rw-r--r-- | package/python-gunicorn/python-gunicorn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-gunicorn/python-gunicorn.mk b/package/python-gunicorn/python-gunicorn.mk index cfb7da110c..d113f75185 100644 --- a/package/python-gunicorn/python-gunicorn.mk +++ b/package/python-gunicorn/python-gunicorn.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_GUNICORN_VERSION = 19.6.0 +PYTHON_GUNICORN_VERSION = 19.9.0 PYTHON_GUNICORN_SOURCE = gunicorn-$(PYTHON_GUNICORN_VERSION).tar.gz -PYTHON_GUNICORN_SITE = https://pypi.python.org/packages/84/ce/7ea5396efad1cef682bbc4068e72a0276341d9d9d0f501da609fab9fcb80 +PYTHON_GUNICORN_SITE = https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911 PYTHON_GUNICORN_SETUP_TYPE = setuptools PYTHON_GUNICORN_LICENSE = MIT PYTHON_GUNICORN_LICENSE_FILES = LICENSE |