python-socketio: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2016-07-01 12:06:19 +02:00
committed by Thomas Petazzoni
parent a6a675c0ea
commit b0eb6bf447
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_SOCKETIO
bool "python-socketio"
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_ENGINEIO # runtime
help
Socket.IO server.
http://github.com/miguelgrinberg/python-socketio/