summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2020-03-13 23:57:29 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-18 05:44:08 +0300
commit017f9422dee36ac1e468ed1036ffec6f4a19d497 (patch)
tree4e9fd13d4bad704d772356721c94c4a0b1506b0b /meta-phosphor
parent9a5cfc832c8d2a9b748832c60c2effacbcb7e411 (diff)
downloadopenbmc-017f9422dee36ac1e468ed1036ffec6f4a19d497.tar.xz
phosphor-logging: Fix python dependencies
Make the python dependencies work for both python2 and python3, and add a missing one. (From meta-phosphor rev: 97f809b13bb3295a9f4883307983998f7dc77b80) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I573508a83a4f4d09c9120620e6446ad8f30719ba Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index b8210ce07..6d95406bc 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -15,8 +15,9 @@ inherit phosphor-dbus-yaml
DEPENDS += "autoconf-archive-native"
DEPENDS += "systemd"
-DEPENDS += "python-mako-native"
-DEPENDS += "python-pyyaml-native"
+DEPENDS += "${PYTHON_PN}-mako-native"
+DEPENDS += "${PYTHON_PN}-pyyaml-native"
+DEPENDS += "${PYTHON_PN}-native"
DEPENDS += "sdbusplus sdbusplus-native"
DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
DEPENDS += "virtual/phosphor-logging-callouts"