diff options
Diffstat (limited to 'package/python-systemd/Config.in')
-rw-r--r-- | package/python-systemd/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-systemd/Config.in b/package/python-systemd/Config.in new file mode 100644 index 0000000000..599b43f717 --- /dev/null +++ b/package/python-systemd/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_SYSTEMD + bool "python-systemd" + depends on BR2_PACKAGE_SYSTEMD + help + Python module for native access to the systemd facilities. + + https://github.com/systemd/python-systemd + +comment "python-systemd needs systemd" + depends on !BR2_PACKAGE_SYSTEMD |