diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:47:43 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:53:49 +0000 |
commit | 2ffc7a5a6ffc99348f203e4b089fdc891ea57f61 (patch) | |
tree | fe95e18605f9f9ff2d03d2da1fd10bd8904b6dba | |
parent | a1e3f5c92cdee7c4259b7be643bd829ce7c1efa3 (diff) | |
download | meta-virtualization-2ffc7a5a6ffc99348f203e4b089fdc891ea57f61.tar.gz |
gunicorn: uprev and make python3 ready
Updating gunicorn so it can function in a python3 only environment.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/python/gunicorn_20.0.4.bb (renamed from recipes-devtools/python/gunicorn_19.1.1.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-devtools/python/gunicorn_19.1.1.bb b/recipes-devtools/python/gunicorn_20.0.4.bb index 5c8ea484..41c909c5 100644 --- a/recipes-devtools/python/gunicorn_19.1.1.bb +++ b/recipes-devtools/python/gunicorn_20.0.4.bb | |||
@@ -6,10 +6,11 @@ DESCRIPTION = "\ | |||
6 | simply implemented, light on server resource usage, and fairly speedy. \ | 6 | simply implemented, light on server resource usage, and fairly speedy. \ |
7 | " | 7 | " |
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=19a2e253a273e390cd1b91d19b6ee236" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752" |
10 | 10 | ||
11 | SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" | 11 | SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "eaa72bff5341c05169b76ce3dcbb8140" | ||
13 | SRC_URI[sha256sum] = "82715511fb6246fad4ba66d812eb93416ae8371b464fa88bf3867c9c177daa14" | ||
14 | 12 | ||
15 | inherit setuptools | 13 | SRC_URI[md5sum] = "543669fcbb5739ee2af77184c5e571a1" |
14 | SRC_URI[sha256sum] = "1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626" | ||
15 | |||
16 | inherit setuptools3 | ||