diff options
author | Asaf Kahlon <asafka7@gmail.com> | 2018-11-25 21:55:22 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-28 22:06:51 +0100 |
commit | 27a13216a6cc60d3abdc2035dddb70c766695ced (patch) | |
tree | d48aff5d268781673bbbcc2644e07dfb4b7302ea /package/python-engineio/python-engineio.mk | |
parent | 5fe3edaf497e3bc370fd959c564fd788dc6a44f6 (diff) | |
download | buildroot-27a13216a6cc60d3abdc2035dddb70c766695ced.tar.gz buildroot-27a13216a6cc60d3abdc2035dddb70c766695ced.zip |
package/python-engineio: bump to version 3.0.0
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-engineio/python-engineio.mk')
-rw-r--r-- | package/python-engineio/python-engineio.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-engineio/python-engineio.mk b/package/python-engineio/python-engineio.mk index e730c39cd2..9bda632661 100644 --- a/package/python-engineio/python-engineio.mk +++ b/package/python-engineio/python-engineio.mk @@ -4,8 +4,8 @@ # ################################################################################ -PYTHON_ENGINEIO_VERSION = 2.3.2 -PYTHON_ENGINEIO_SITE = https://files.pythonhosted.org/packages/66/18/09516793c68e0f7fb759d54c109a09a86e31c3e685eb77884613a1c1a7b3 +PYTHON_ENGINEIO_VERSION = 3.0.0 +PYTHON_ENGINEIO_SITE = https://files.pythonhosted.org/packages/51/a4/1642a75f1206a14e9a75f286d38b1794b13e9ee3169f57cb939cb99ffea3 PYTHON_ENGINEIO_SETUP_TYPE = setuptools PYTHON_ENGINEIO_LICENSE = MIT PYTHON_ENGINEIO_LICENSE_FILES = LICENSE |