phosphor-mapper_git.bb: Remove RDEPENDS on Python
Mapper is now C++ based and no longer have runtime dependency on
Python.
(From meta-phosphor rev: a37b5317239fb692fbdf388b6e97dd8a07ffbe6a)
Change-Id: Ieb85239487a833999e1c576a2b86389abe3d37d5
Signed-off-by: Kun Yi <kunyi731@gmail.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb
index 50e6fe5..dc80a1a 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper_git.bb
@@ -7,7 +7,6 @@
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
inherit autotools pkgconfig
-inherit obmc-phosphor-python-autotools
inherit obmc-phosphor-dbus-service
inherit obmc-phosphor-systemd
inherit phosphor-mapperdir
@@ -25,17 +24,9 @@
mapper-wait@.service \
mapper-subtree-remove@.service \
"
-RDEPENDS_${PN} += " \
- python-argparse \
- python-xml \
- python-dbus \
- python-pygobject \
- pyphosphor-dbus \
- pyphosphor-utils \
- "
SRC_URI += "git://github.com/openbmc/phosphor-objmgr"
-SRCREV = "686ae77a74a9a8862c6d1ec66938b7fc281211d1"
+SRCREV = "487948d820fc2717184daa96bebf2f8c6ffd4e01"
S = "${WORKDIR}/git"