summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
5 5
6PYPI_PACKAGE = "systemd-python" 6PYPI_PACKAGE = "systemd-python"
7DEPENDS += "systemd (<=234)" 7DEPENDS += "systemd (<=234)"
8RDEPENDS_${PN} += "systemd" 8RDEPENDS_${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging"
9REQUIRED_DISTRO_FEATURES = "systemd" 9REQUIRED_DISTRO_FEATURES = "systemd"
10inherit pypi distro_features_check 10inherit pypi distro_features_check
11 11