diff options
author | Tomasz MeresiĆski <tomasz.meresinski@comarch.pl> | 2018-02-23 11:59:28 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-01 16:12:56 -0800 |
commit | ce9e7330b5ffbd66c11b5d89ff3bdf11dbde98a6 (patch) | |
tree | 9975e637557c299635af899fbeafb2aae18a7870 /meta-python | |
parent | ab30a887b2ff15b2c88f21609b65eb73bc992d54 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-systemd.inc | 2 |
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 808af82cdcb..5be5de092af 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 |