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:
Tomasz Meresiński 2018-02-23 11:59:28 +01:00 committed by Armin Kuster
parent ab30a887b2
commit ce9e7330b5

View File

@ -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