python-systemd: add new package
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Mon, 17 Jul 2017 21:07:50 +0000 (14:07 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 Jul 2017 21:08:43 +0000 (23:08 +0200)
commite9a6a104bc82fe6425dfcf9344f560904793c8f1
tree846fbc4c5f8bac0634b259b8e0a51e771a8076b9
parent5defa77123bb2f5bc63c0c44e1fa6ce516026de6
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>
DEVELOPERS
package/Config.in
package/python-systemd/Config.in [new file with mode: 0644]
package/python-systemd/python-systemd.hash [new file with mode: 0644]
package/python-systemd/python-systemd.mk [new file with mode: 0644]