summaryrefslogtreecommitdiffstats
path: root/rules/python3-aiohttp-json-rpc.in
diff options
context:
space:
mode:
authorBastian Stender <bst@pengutronix.de>2016-07-18 15:30:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-07-20 14:36:34 +0200
commitbcee2d47e520c60ec0135964950425f863d27a7d (patch)
treef856767cf5712fa49e34e723a9223a92e1e72e20 /rules/python3-aiohttp-json-rpc.in
parentd39f4f6feb3916598480d82878e3719cf57b22be (diff)
downloadptxdist-bcee2d47e520c60ec0135964950425f863d27a7d.tar.gz
ptxdist-bcee2d47e520c60ec0135964950425f863d27a7d.tar.xz
python3-aiohttp-json-rpc: new package
Signed-off-by: Bastian Stender <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-aiohttp-json-rpc.in')
-rw-r--r--rules/python3-aiohttp-json-rpc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/python3-aiohttp-json-rpc.in b/rules/python3-aiohttp-json-rpc.in
new file mode 100644
index 000000000..5a8d51cc2
--- /dev/null
+++ b/rules/python3-aiohttp-json-rpc.in
@@ -0,0 +1,7 @@
+## SECTION=python3
+
+config PYTHON3_AIOHTTP_JSON_RPC
+ tristate
+ select PYTHON3
+ select PYTHON3_AIOHTTP if RUNTIME
+ prompt "aiohttp-json-rpc"