diff options
| author | Pascal Bach <pascal.bach@siemens.com> | 2017-09-15 13:13:00 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-09-15 15:21:18 -0400 |
| commit | d16d4acc6059d05d94a4e319b801ce0272f17dd9 (patch) | |
| tree | e0ea9532b2f9996eeb9d219a42f288939ad671e2 /recipes-devtools/python/python3-websocket-client_0.44.0.bb | |
| parent | e83556a3f4633e91be4bb107fb7663c5282a924a (diff) | |
| download | meta-virtualization-d16d4acc6059d05d94a4e319b801ce0272f17dd9.tar.gz | |
python3-docker-compose: add version 1.16.1 + dependencies
This requires some packages as well as the pypi.bbclass from meta-python.
It uses Python 3 as I don't think it makes sense to use Python 2 anymore.
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python3-websocket-client_0.44.0.bb')
| -rw-r--r-- | recipes-devtools/python/python3-websocket-client_0.44.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-websocket-client_0.44.0.bb b/recipes-devtools/python/python3-websocket-client_0.44.0.bb new file mode 100644 index 00000000..8dfc95f5 --- /dev/null +++ b/recipes-devtools/python/python3-websocket-client_0.44.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "WebSocket client for python. hybi13 is supported." | ||
| 2 | HOMEPAGE = "https://github.com/websocket-client/websocket-client.git" | ||
| 3 | LICENSE = "LGPL-3.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=18b09a20dd186af4fd60f1a08311628c" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "websocket_client" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "73d87aa16a2212da448b30aca9c5bf3b" | ||
| 11 | SRC_URI[sha256sum] = "15f585566e2ea7459136a632b9785aa081093064391878a448c382415e948d72" | ||
