phosphor-power: Fix the missing depends
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.
Tested: Verify phosphor-power builds fine with sdbusplus updates to
python3.
Signed-off-by: Lei YU <mine260309@gmail.com>
Change-Id: Iba328021ac762b6f98253788c5afa3c0cfa4090e
1 file changed