Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- lfs/oci-cli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lfs/oci-cli b/lfs/oci-cli index a275b3f08..54beed41a 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