summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2020-02-20 23:48:19 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-19 05:02:32 +0300
commit700bba04a9e1db113da23835ceefa0f80c2e6536 (patch)
treeb7ac126dafe7602be9dad686e50cb59636a06d45 /meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
parent64e281927e712df7bf6587cc04946e252a3749ee (diff)
downloadopenbmc-700bba04a9e1db113da23835ceefa0f80c2e6536.tar.xz
meta-phosphor: Update phosphor-fan python depends
Update needed to handle transition to python3 so the proper version of python dependencies are picked up. (From meta-phosphor rev: fc0ad52fcc46763a176688812d9c5c8ae25257f5) Change-Id: I8bc8ec414fc112c0c64627337c71f39ca1bdebbb Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
index 0e12d44b9..38a6fb1c0 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb
@@ -14,8 +14,8 @@ S = "${WORKDIR}/git"
# Common build dependencies
DEPENDS += "autoconf-archive-native"
-DEPENDS += "python-pyyaml-native"
-DEPENDS += "python-mako-native"
+DEPENDS += "${PYTHON_PN}-pyyaml-native"
+DEPENDS += "${PYTHON_PN}-mako-native"
DEPENDS += "sdbusplus"
DEPENDS += "sdbusplus-native"
DEPENDS += "sdeventplus"