[oe] [meta-python][PATCH] python-systemd: fix dependencies

Tomasz Meresiński tomasz.meresinski at comarch.pl
Fri Feb 23 10:59:28 UTC 2018


Python-systemd depends on python-syslog and python-logging (systemd/journal.py L28-29).
---
 meta-python/recipes-devtools/python/python-systemd.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-systemd.inc b/meta-python/recipes-devtools/python/python-systemd.inc
index 808af82..5be5de0 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
 
-- 
2.7.4




More information about the Openembedded-devel mailing list