From ce9e7330b5ffbd66c11b5d89ff3bdf11dbde98a6 Mon Sep 17 00:00:00 2001 From: Tomasz MeresiƄski Date: Fri, 23 Feb 2018 11:59:28 +0100 Subject: python-systemd: fix dependencies Python-systemd depends on python-syslog and python-logging (systemd/journal.py L28-29). Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-systemd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-systemd.inc b/meta-python/recipes-devtools/python/python-systemd.inc index 808af82cdc..5be5de092a 100644 --- a/meta-python/recipes-devtools/python/python-systemd.inc +++ b/meta-python/recipes-devtools/python/python-systemd.inc @@ -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 -- cgit 1.2.3-korg