summaryrefslogtreecommitdiffstats
path: root/rules/flup6.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-09-03 21:40:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-09-21 10:19:22 +0200
commit59c4b6f03b3dbea2d0dd9064b0118aa18e80a6c9 (patch)
treee8f885d790cd7b7ab19b87ba3279ae0e5cffde3b /rules/flup6.in
parent0d3ed18d9eb083c9c6cafbe73f201cacd21ec125 (diff)
downloadptxdist-59c4b6f03b3dbea2d0dd9064b0118aa18e80a6c9.tar.gz
ptxdist-59c4b6f03b3dbea2d0dd9064b0118aa18e80a6c9.tar.xz
flup6: new package
Flup6 does also support python3. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/flup6.in')
-rw-r--r--rules/flup6.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/flup6.in b/rules/flup6.in
new file mode 100644
index 000000000..c3b699e3f
--- /dev/null
+++ b/rules/flup6.in
@@ -0,0 +1,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.
+