summaryrefslogtreecommitdiffstats
path: root/rules/python3-systemd.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-03-17 11:52:40 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-03-24 08:14:08 +0100
commitcb20a9fda12199b7affc4b0c3c67428aaf49e17c (patch)
treeda970f057afdcd8d5651a64ec246043334b202b7 /rules/python3-systemd.in
parent0ca374955be7351c7c81d0b0e9de5bc49c876c5b (diff)
downloadptxdist-cb20a9fda12199b7affc4b0c3c67428aaf49e17c.tar.gz
ptxdist-cb20a9fda12199b7affc4b0c3c67428aaf49e17c.tar.xz
python3-systemd: depend on INITMETHOD_SYSTEMD
Add the dependency to avoid select/depends conflicts. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-systemd.in')
-rw-r--r--rules/python3-systemd.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/python3-systemd.in b/rules/python3-systemd.in
index c6594b8fe..03239548d 100644
--- a/rules/python3-systemd.in
+++ b/rules/python3-systemd.in
@@ -4,6 +4,7 @@ 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.