python-systemd: add new package

Add package for official python bindings availibe as a part of systemd
project at: https://github.com/systemd/python-systemd

Minimal config snippet for utils/test-pkg is as follows (sans
backslashes):

BR2_INIT_SYSTEMD=y
BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_PYTHON_SYSTEMD=y

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Andrey Smirnov
2017-07-17 14:07:50 -07:00
committed by Thomas Petazzoni
parent 5defa77123
commit e9a6a104bc
5 changed files with 30 additions and 0 deletions

View File

@@ -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