package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / python-gunicorn / Config.in
blob79cda3eaa6306446a047d5c33bd0042038930df0
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.
13           http://gunicorn.org/