diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-02-23 17:22:15 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-24 09:08:25 -0800 |
| commit | 003d8660c15183052916a900cd2b60b695cf22f1 (patch) | |
| tree | ae156bbee894412360bd18fda524443a27d92424 /meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb | |
| parent | 5b8f4805698755f5baea987e90a3fe0bb5d3ee03 (diff) | |
| download | meta-openembedded-003d8660c15183052916a900cd2b60b695cf22f1.tar.gz | |
python3-autobahn: Upgrade 20.12.3 -> 21.2.1
Upgrade to release 21.2.1:
- new: callback user component function "check_config" on
container/router components
- fix: support Docker images for ARM (32 bit and 64 bit)
- fix: bake Docker multi-arch images
- fix: PyPy3 CI
- new: enable autobahn client unit tests
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb new file mode 100644 index 0000000000..3af81d1dab --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "WebSocket client & server library, WAMP real-time framework" | ||
| 2 | HOMEPAGE = "http://crossbar.io/autobahn" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "7e6b1bf95196b733978bab2d54a7ab8899c16ce11be369dc58422c07b7eea726" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += " \ | ||
| 11 | ${PYTHON_PN}-twisted \ | ||
| 12 | ${PYTHON_PN}-zopeinterface \ | ||
| 13 | ${PYTHON_PN}-py-ubjson \ | ||
| 14 | ${PYTHON_PN}-cbor2 \ | ||
| 15 | ${PYTHON_PN}-u-msgpack-python \ | ||
| 16 | ${PYTHON_PN}-lz4 \ | ||
| 17 | ${PYTHON_PN}-snappy \ | ||
| 18 | ${PYTHON_PN}-pyopenssl \ | ||
| 19 | ${PYTHON_PN}-txaio \ | ||
| 20 | ${PYTHON_PN}-six \ | ||
| 21 | " | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
