aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorTomasz MeresiƄski <tomasz.meresinski@comarch.pl>2018-02-23 11:59:28 +0100
committerArmin Kuster <akuster808@gmail.com>2018-03-01 16:12:56 -0800
commitce9e7330b5ffbd66c11b5d89ff3bdf11dbde98a6 (patch)
tree9975e637557c299635af899fbeafb2aae18a7870 /meta-python/recipes-devtools/python
parentab30a887b2ff15b2c88f21609b65eb73bc992d54 (diff)
downloadmeta-openembedded-contrib-ce9e7330b5ffbd66c11b5d89ff3bdf11dbde98a6.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-systemd.inc2
1 files changed, 1 insertions, 1 deletions
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