linuxOS_PX30_CAR/buildroot/package/python-engineio/Config.in

10 lines
291 B
Plaintext
Raw Normal View History

2026-01-20 05:50:57 +00:00
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/