summaryrefslogtreecommitdiffstats
path: root/rules/python3-adbus.in
diff options
context:
space:
mode:
authorLars Pedersen <lapeddk@gmail.com>2020-11-17 14:26:56 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-11-20 11:37:24 +0100
commit084a8d1125b4d2df39ef839b18c6c74acab39b6f (patch)
treecc18f4d463ab86c7a2890f2eeb3e5a29ea29bd7a /rules/python3-adbus.in
parent5d5fdbd3c20412adc686624311397cdff401b926 (diff)
downloadptxdist-084a8d1125b4d2df39ef839b18c6c74acab39b6f.tar.gz
ptxdist-084a8d1125b4d2df39ef839b18c6c74acab39b6f.tar.xz
python3-adbus: new package
D-Bus Binding for Python utilizing the Python’s asyncio module. Requires libsystemd (sd-bus). Signed-off-by: Lars Pedersen <lapeddk@gmail.com> Message-Id: <20201117132656.87886-1-lapeddk@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-adbus.in')
-rw-r--r--rules/python3-adbus.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/python3-adbus.in b/rules/python3-adbus.in
new file mode 100644
index 000000000..47b7e5c81
--- /dev/null
+++ b/rules/python3-adbus.in
@@ -0,0 +1,11 @@
+## SECTION=python3
+
+config PYTHON3_ADBUS
+ tristate
+ prompt "python3-adbus"
+ select PYTHON3
+ select HOST_PYTHON3_SETUPTOOLS
+ select HOST_CYTHON3
+ select SYSTEMD
+ help
+ D-Bus Binding for Python using systemd sd-bus API and utilizing the Python's asyncio module.