summaryrefslogtreecommitdiffstats
path: root/rules/python3-systemd.in
blob: 03239548d78c1ddc38e2c64c682c56d883fb5fb1 (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=python3

config PYTHON3_SYSTEMD
	tristate
	select PYTHON3
	select SYSTEMD
	depends on INITMETHOD_SYSTEMD
	prompt "python3-systemd"
	help
	  Python module for native access to the systemd facilities.