Remove Inventory Manager dependency for pldm

- Inventory Manager was added as dependency when pldm
  daemon used to build the BMC FRU Record table at start.

- As the design was later changed , we now build the BMC FRU
  Record table only after we get the first GETPDR command from
  host (happens during Host Poweron operation).

- We can assume that the Inventory manager is all up and
  running before the host is poweredon, so we can remove the
  inventory dependency from the pldm dependency list.

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: Iee667d488e03f4055a02fb845a2432c22abe4e95
diff --git a/pldmd/service_files/pldmd.service b/pldmd/service_files/pldmd.service
index f0b981e..30e45a4 100644
--- a/pldmd/service_files/pldmd.service
+++ b/pldmd/service_files/pldmd.service
@@ -2,8 +2,6 @@
 Description=Phosphor PLDM Daemon
 Wants=mctp-demux.service
 After=mctp-demux.service
-Wants=mapper-wait@-xyz-openbmc_project-inventory.service
-After=mapper-wait@-xyz-openbmc_project-inventory.service
 Wants=xyz.openbmc_project.biosconfig_manager.service
 After=xyz.openbmc_project.biosconfig_manager.service