mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-23 19:12:13 +00:00
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:
committed by
Thomas Petazzoni
parent
5defa77123
commit
e9a6a104bc
15
package/python-systemd/python-systemd.mk
Normal file
15
package/python-systemd/python-systemd.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-systemd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SYSTEMD_VERSION = 233 # Should be kept in sync with $(SYSTEMD_VERSION)
|
||||
PYTHON_SYSTEMD_SOURCE = systemd-python-$(PYTHON_SYSTEMD_VERSION).tar.gz
|
||||
PYTHON_SYSTEMD_SITE = https://pypi.python.org/packages/10/89/d66ae73bdbc2614e4f2e90ddf9ef80d22c28f3cd70071345c3640465c14c
|
||||
PYTHON_SYSTEMD_SETUP_TYPE = distutils
|
||||
PYTHON_SYSTEMD_LICENSE = LGPL-2.1
|
||||
PYTHON_SYSTEMD_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_SYSTEMD_DEPENDENCIES = systemd # To be able to link against libsystemd
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user