From 51d9a86c8e646974a483260f4576c27538c0897f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 21 Feb 2022 18:43:18 +0000 Subject: [PATCH] oci-cli: Depend on python3-jmespath Signed-off-by: Michael Tremer --- lfs/oci-cli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/oci-cli b/lfs/oci-cli index a275b3f082..54beed41a6 100644 --- a/lfs/oci-cli +++ b/lfs/oci-cli @@ -34,7 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = oci-cli PAK_VER = 1 -DEPS = oci-python-sdk python3-arrow python3-six python3-terminaltables +DEPS = oci-python-sdk python3-arrow python3-jmespath python3-six \ + python3-terminaltables ############################################################################### # Top-level Rules -- 2.39.5