diff options
author | Mauro Condarelli <mc5686@mclink.it> | 2016-02-11 11:58:47 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-20 15:04:07 +0100 |
commit | 2b51d9ddf8160067c983212902151e0f48c1a7af (patch) | |
tree | 27b5bd182988c53fd9564704dfcde7cfc37e77d3 /package/python-autobahn/Config.in | |
parent | b3258b7535db3d6da8d6067e996982d3a7f98217 (diff) | |
download | buildroot-2b51d9ddf8160067c983212902151e0f48c1a7af.tar.gz buildroot-2b51d9ddf8160067c983212902151e0f48c1a7af.zip |
python-autobahn: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
[Thomas: remove dependency on having .py files, since it builds fine
and imports fine with .pyc files only.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-autobahn/Config.in')
-rw-r--r-- | package/python-autobahn/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-autobahn/Config.in b/package/python-autobahn/Config.in new file mode 100644 index 0000000000..7e1429cdd7 --- /dev/null +++ b/package/python-autobahn/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_AUTOBAHN + bool "python-autobahn" + select BR2_PACKAGE_PYTHON_SIX # runtime + select BR2_PACKAGE_PYTHON_TXAIO # runtime + help + WebSocket client Hhh server library, WAMP real-time + framework. + + https://pypi.python.org/pypi/autobahn |