diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-12-19 23:02:35 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-12-28 11:11:37 -0500 |
commit | f65d364dfff5a554cf0842aee227808bb9b97c9b (patch) | |
tree | 94dec406dc41d8f5458c180969330321222b66f8 /recipes-devtools/python/python-websocket-client_0.44.0.bb | |
parent | 4fa904e57f7fb730195d13c49fe3d1c2b43544bc (diff) | |
download | meta-virtualization-f65d364dfff5a554cf0842aee227808bb9b97c9b.tar.gz |
python3-websocket-client: make py2 version available
Allow a py2 version of the python-websocket-client package to be
built. This is required to support updates in meta-cloud-services.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-websocket-client_0.44.0.bb')
-rw-r--r-- | recipes-devtools/python/python-websocket-client_0.44.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-websocket-client_0.44.0.bb b/recipes-devtools/python/python-websocket-client_0.44.0.bb new file mode 100644 index 00000000..11eeb04a --- /dev/null +++ b/recipes-devtools/python/python-websocket-client_0.44.0.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | require python-websocket-client.inc | ||
2 | inherit setuptools \ No newline at end of file | ||