summaryrefslogtreecommitdiffstats
path: root/rules/python3-adbus.in
blob: 47b7e5c81ab0bcdf836108103bb7e575d52c9f60 (plain)
1
2
3
4
5
6
7
8
9
10
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.