summaryrefslogtreecommitdiffstats
path: root/rules/python3-systemd.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-09-23 11:00:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-09-27 08:40:16 +0200
commitd8be26095a706a04be7bd6017537e10013f131ec (patch)
tree3b7c5f368c9bce8524de3fac421350bcf5b31070 /rules/python3-systemd.in
parente98d23f0bb14fe67e6d6b3162c788c2c91e52310 (diff)
downloadptxdist-d8be26095a706a04be7bd6017537e10013f131ec.tar.gz
ptxdist-d8be26095a706a04be7bd6017537e10013f131ec.tar.xz
python3-systemd: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-systemd.in')
-rw-r--r--rules/python3-systemd.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/python3-systemd.in b/rules/python3-systemd.in
new file mode 100644
index 000000000..c6594b8fe
--- /dev/null
+++ b/rules/python3-systemd.in
@@ -0,0 +1,9 @@
+## SECTION=python3
+
+config PYTHON3_SYSTEMD
+ tristate
+ select PYTHON3
+ select SYSTEMD
+ prompt "python3-systemd"
+ help
+ Python module for native access to the systemd facilities.