mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user