diff options
Diffstat (limited to 'package/python-sdnotify/Config.in')
-rw-r--r-- | package/python-sdnotify/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-sdnotify/Config.in b/package/python-sdnotify/Config.in new file mode 100644 index 0000000000..bc77a06774 --- /dev/null +++ b/package/python-sdnotify/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_SDNOTIFY + bool "python-sdnotify" + help + A pure Python implementation of systemd's service notification + protocol (sd_notify). + + https://github.com/bb4242/sdnotify |