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/recipes-devtools/python/python-systemd.inc | |
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/recipes-devtools/python/python-systemd.inc')
-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 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" | |||
5 | 5 | ||
6 | PYPI_PACKAGE = "systemd-python" | 6 | PYPI_PACKAGE = "systemd-python" |
7 | DEPENDS += "systemd (<=234)" | 7 | DEPENDS += "systemd (<=234)" |
8 | RDEPENDS_${PN} += "systemd" | 8 | RDEPENDS_${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging" |
9 | REQUIRED_DISTRO_FEATURES = "systemd" | 9 | REQUIRED_DISTRO_FEATURES = "systemd" |
10 | inherit pypi distro_features_check | 10 | inherit pypi distro_features_check |
11 | 11 | ||