meta-quanta: gsj: quanta-nvme-powerctl: Add iotools

iotools were being pulled by default via meta-google's
obmc-phosphor-image.bbappend. This was taken out by:
https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/49827

Add it to the .bb that actually uses and requires it as RDEPENDS

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: I63063010d249c451f4dcb3b8fb4939c74da4d54f
diff --git a/meta-quanta/meta-gsj/recipes-gsj/quanta-nvme-powerctrl/quanta-nvme-powerctrl.bb b/meta-quanta/meta-gsj/recipes-gsj/quanta-nvme-powerctrl/quanta-nvme-powerctrl.bb
index a5f5084..5d0168f 100644
--- a/meta-quanta/meta-gsj/recipes-gsj/quanta-nvme-powerctrl/quanta-nvme-powerctrl.bb
+++ b/meta-quanta/meta-gsj/recipes-gsj/quanta-nvme-powerctrl/quanta-nvme-powerctrl.bb
@@ -11,6 +11,7 @@
 DEPENDS += "systemd"
 RDEPENDS:${PN} += "libsystemd"
 RDEPENDS:${PN} += "bash"
+RDEPENDS:${PN} += "iotools"
 
 SRC_URI +=  "file://init_once.sh \
              file://nvme_powermanager.sh \