diff options
author | Kavi Jivan <kavi.jivan@viavisolutions.com> | 2018-02-07 14:10:37 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-26 09:38:13 -0800 |
commit | 42ad6d3ca71c1cf62bce94ab35dee38687fb9fa4 (patch) | |
tree | bfa8c3af807f6bc1f11a592dafb6e287327abb49 | |
parent | fbc8c468c299089fa3f3c036f3eb4ebc894e636f (diff) | |
download | meta-openembedded-42ad6d3ca71c1cf62bce94ab35dee38687fb9fa4.tar.gz |
Adds python3 syslog dependency to python3-systemd
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-systemd_234.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-systemd_234.bb b/meta-python/recipes-devtools/python/python3-systemd_234.bb index 580d99352..78ec43156 100644 --- a/meta-python/recipes-devtools/python/python3-systemd_234.bb +++ b/meta-python/recipes-devtools/python/python3-systemd_234.bb | |||
@@ -1,2 +1,3 @@ | |||
1 | require python-systemd.inc | 1 | require python-systemd.inc |
2 | RDEPENDS_${PN} += "python3-syslog" | ||
2 | inherit setuptools3 | 3 | inherit setuptools3 |