[oe-commits] [meta-openembedded] 48/64: python-systemd: fix dependencies

git at git.openembedded.org git at git.openembedded.org
Fri Mar 2 00:22:41 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit ce9e7330b5ffbd66c11b5d89ff3bdf11dbde98a6
Author: Tomasz Meresiński <tomasz.meresinski at comarch.pl>
AuthorDate: Fri Feb 23 11:59:28 2018 +0100

    python-systemd: fix dependencies
    
    Python-systemd depends on python-syslog and python-logging (systemd/journal.py L28-29).
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-systemd.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-systemd.inc b/meta-python/recipes-devtools/python/python-systemd.inc
index 808af82..5be5de0 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list