mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
ab30a887b2
commit
ce9e7330b5
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c"
|
|||||||
|
|
||||||
PYPI_PACKAGE = "systemd-python"
|
PYPI_PACKAGE = "systemd-python"
|
||||||
DEPENDS += "systemd (<=234)"
|
DEPENDS += "systemd (<=234)"
|
||||||
RDEPENDS_${PN} += "systemd"
|
RDEPENDS_${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging"
|
||||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||||
inherit pypi distro_features_check
|
inherit pypi distro_features_check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user