summaryrefslogtreecommitdiffstats
path: root/rules/flup6.in
blob: c3b699e3f3e111deea31b71eae88bb2fe226b845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=python3

config FLUP6
	tristate
	select PYTHON3
	select HOST_PYTHON3_SETUPTOOLS
	prompt "flup6"
	help
	  A python package that provides a collection of WSGI modules,
	  including fastcgi. In contrast to flup, flup6 works with both
	  python2 and python3.