summaryrefslogtreecommitdiffstats
path: root/rules/flup.in
blob: d786087e6e95a68080f977b19ce079dc083ec38c (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=python

config FLUP
	tristate
	select PYTHON
	select PYTHON_HASHLIB
	prompt "flup"
	help
	  A python package that provides a collection of WSGI modules,
	  including fastcgi.