Config.in 552 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_GUNICORN
  2. bool "python-gunicorn"
  3. select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
  4. select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
  5. select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
  6. help
  7. Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for
  8. UNIX. It's a pre-fork worker model ported from Ruby's
  9. Unicorn project. The Gunicorn server is broadly compatible
  10. with various web frameworks, simply implemented, light on
  11. server resource usage, and fairly speedy.
  12. http://gunicorn.org/