summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-04-04 10:31:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-07 02:47:12 +0300
commit35c7c079810adc3a3e8ba50459098ff84880d07c (patch)
treedac6d940744f9c6946b92f7c9b04b9427b9a94f3 /meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
parent0f100cd5b4ade557549533497244c75c68899e26 (diff)
downloadopenbmc-35c7c079810adc3a3e8ba50459098ff84880d07c.tar.xz
ipmi-fru-parser: srcrev bump 686da1839e..0968237b47
Also switch inherit to python3native. Patrick Williams (1): scripts: convert to python3 (From meta-phosphor rev: 0c95d6effd27397d520a5ba93cc800cba50a2420) Change-Id: Id35a5395314d5629bc07c4bd59f9c780915e102f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
index da0388798..4ee1e16a3 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb
@@ -7,7 +7,7 @@ inherit autotools pkgconfig
inherit obmc-phosphor-systemd
inherit obmc-phosphor-ipmiprovider-symlink
inherit phosphor-ipmi-fru
-inherit pythonnative
+inherit python3native
require ${BPN}.inc
@@ -16,8 +16,8 @@ DEPENDS += " \
virtual/phosphor-ipmi-fru-properties \
systemd \
sdbusplus \
- python-mako-native \
- python-pyyaml-native \
+ ${PYTHON_PN}-mako-native \
+ ${PYTHON_PN}-pyyaml-native \
phosphor-ipmi-host \
phosphor-mapper \
autoconf-archive-native \