diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2017-07-17 14:07:50 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-20 23:08:43 +0200 |
commit | e9a6a104bc82fe6425dfcf9344f560904793c8f1 (patch) | |
tree | 846fbc4c5f8bac0634b259b8e0a51e771a8076b9 /package/python-systemd/python-systemd.hash | |
parent | 5defa77123bb2f5bc63c0c44e1fa6ce516026de6 (diff) | |
download | buildroot-e9a6a104bc82fe6425dfcf9344f560904793c8f1.tar.gz buildroot-e9a6a104bc82fe6425dfcf9344f560904793c8f1.zip |
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>
Diffstat (limited to 'package/python-systemd/python-systemd.hash')
-rw-r--r-- | package/python-systemd/python-systemd.hash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/python-systemd/python-systemd.hash b/package/python-systemd/python-systemd.hash new file mode 100644 index 0000000000..a645bec0f2 --- /dev/null +++ b/package/python-systemd/python-systemd.hash @@ -0,0 +1,3 @@ +# md5 from https://pypi.python.org/pypi/systemd-python/, sha256 locally computed +md5 8438acab31e6f1e3e963d36f3de62faa systemd-python-233.tar.gz +sha256 06a3768b744884565d7961b44f4a51d164765bc59692f0f85ea6f11330a17da4 systemd-python-233.tar.gz |