diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-07-01 12:06:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-01 15:04:39 +0200 |
commit | a6a675c0ea6a82438f1349222a2e2e390729a66e (patch) | |
tree | 32b243363b29c116f5f221a5b6fd02635a70b903 /package/python-engineio/Config.in | |
parent | e1452c5d4f32d6ddf58bb8aea5cf23d4d77b5462 (diff) | |
download | buildroot-a6a675c0ea6a82438f1349222a2e2e390729a66e.tar.gz buildroot-a6a675c0ea6a82438f1349222a2e2e390729a66e.zip |
python-engineio: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-engineio/Config.in')
-rw-r--r-- | package/python-engineio/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-engineio/Config.in b/package/python-engineio/Config.in new file mode 100644 index 0000000000..b12db922a2 --- /dev/null +++ b/package/python-engineio/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_ENGINEIO + bool "python-engineio" + select BR2_PACKAGE_PYTHON_SIX # runtime + select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON + select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 + help + Engine.IO server. + + http://github.com/miguelgrinberg/python-engineio/ |