projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da8c48
)
gunicorn: move to webserver category in menuconfig
13780/head
author
Alberto Bursi
<bobafetthotmail@gmail.com>
Mon, 26 Oct 2020 20:37:58 +0000
(21:37 +0100)
committer
GitHub
<noreply@github.com>
Mon, 26 Oct 2020 20:37:58 +0000
(21:37 +0100)
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 <bobafetthotmail@gmail.com>
lang/python/gunicorn/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/gunicorn/Makefile
b/lang/python/gunicorn/Makefile
index 37a3fe9925d783a46bd9a9c5344a496d308be6a7..35927a79afab63874fee12b2ba14b8c61532daa7 100644
(file)
--- a/
lang/python/gunicorn/Makefile
+++ b/
lang/python/gunicorn/Makefile
@@
-23,9
+23,9
@@
include $(INCLUDE_DIR)/package.mk
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