this is a webserver and not a python library, so it makes
sense to have it in the same category other webservers
also are placed in the menuconfig interface
Signed-off-by: Alberto Bursi <redacted>
include ../python3-package.mk
define Package/gunicorn/Default
- SUBMENU:=Python
- SECTION:=lang
- CATEGORY:=Languages
+ SUBMENU:=Web Servers/Proxies
+ SECTION:=net
+ CATEGORY:=Network
TITLE:=WSGI HTTP Server for UNIX
URL:=https://gunicorn.org
endef