mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-14 09:38:16 +00:00
python-systemd: fix dependencies
Python-systemd depends on python-syslog and python-logging (systemd/journal.py L28-29). Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
ab30a887b2
commit
ce9e7330b5
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
PYPI_PACKAGE = "systemd-python"
|
||||
DEPENDS += "systemd (<=234)"
|
||||
RDEPENDS_${PN} += "systemd"
|
||||
RDEPENDS_${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging"
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
inherit pypi distro_features_check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user