summaryrefslogtreecommitdiffstats
path: root/rules/python3-adbus.in
diff options
context:
space:
mode:
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.