meta-phosphor: led-sysfs: Depend on CLI11

The argument class will be removed in the future and CLI11 will be
used instead[1].

[1]: https://gerrit.openbmc.org/c/openbmc/phosphor-led-sysfs/+/65711

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I5fc34324e2139d31b0a338a9f2075ca865b4ff41
diff --git a/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb b/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
index 05ddc76..fd6e3b3 100644
--- a/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
+++ b/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
@@ -3,6 +3,7 @@
 HOMEPAGE = "http://github.com/openbmc/phosphor-led-sysfs"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+DEPENDS += "cli11"
 DEPENDS += "sdbusplus"
 DEPENDS += "systemd"
 DEPENDS += "phosphor-dbus-interfaces"