Add cli11 dependency to phosphor-power recipe

Following https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-power/+/26406,
the phospor-power repository is using cli11 function.  The dependency
was not added to the recipe and Rainier based builds are failing to compile.
Add the missing dependency.

(From meta-phosphor rev: 7a0e57f74e0b8434f3e62817e51b9b9368f4edf4)

Signed-off-by: Jim Wright <jlwright@us.ibm.com>
Change-Id: I08ac6db4284a364b69a25f91c6c20e5587cd598f
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
index b66c107..bb1847e 100644
--- a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
+++ b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
@@ -21,6 +21,7 @@
          sdbus++-native \
          sdeventplus \
          nlohmann-json \
+         cli11 \
          "
 
 SEQ_MONITOR_SVC = "pseq-monitor.service"