mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
python-tornado: upgrade to 4.3
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
6b4cee9759
commit
947821e3e5
+3
-3
@@ -5,15 +5,15 @@ polling, WebSockets, and other applications that require a long-lived connection
|
||||
HOMEPAGE = "http://www.tornadoweb.org/en/stable/"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c7dc99d243c4004087229f84f6b46828"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=65b6c818261e415f48f5463a232ad195"
|
||||
|
||||
SRCNAME = "tornado"
|
||||
|
||||
SRC_URI = " \
|
||||
https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[md5sum] = "d523204389cfb70121bb69709f551b20"
|
||||
SRC_URI[sha256sum] = "a16fcdc4f76b184cb82f4f9eaeeacef6113b524b26a2cb331222e4a7fa6f2969"
|
||||
SRC_URI[md5sum] = "d13a99dc0b60ba69f5f8ec1235e5b232"
|
||||
SRC_URI[sha256sum] = "c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
Reference in New Issue
Block a user