phosphor-host-ipmid : Fix missing python dependency

The repo runs python to generate code or validate config, which requires
python and the dependent python packages. Previously that happens to be
satisfied by sdbusplus's RDEPENDS. If sdbusplus is changed to use python3, this
repo fails to built because it lacks of dependency.

See details in
https://lists.ozlabs.org/pipermail/openbmc/2020-February/020771.html

This commit fixes the depends by adding the required python and
python-packages so that it builds fine.

Change-Id: I6f2456b888f2a619ec0a987d4a847f06d6289d6a
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
1 file changed
tree: 31b7924772a460e8a78347c4d7a29b22cf0e3535
  1. aspeed-layer/
  2. classes/
  3. conf/
  4. nuvoton-layer/
  5. raspberrypi/
  6. recipes-connectivity/
  7. recipes-core/
  8. recipes-devtools/
  9. recipes-extended/
  10. recipes-graphics/
  11. recipes-phosphor/
  12. recipes-protocols/
  13. recipes-support/
  14. recipes-textproc/
  15. recipes-x86/
  16. COPYING.apache-2.0
  17. COPYING.MIT
  18. LICENSE
  19. MAINTAINERS
  20. README.md
  21. recipes.txt
README.md

OpenBMC

meta-phosphor is the OpenBMC layer. This layer should be included for all OpenBMC systems. The OpenBMC layer contains content which is shared between all OpenBMC systems.