diff options
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 | ||