[27/27] oci-cli: Depend on python3-jmespath

Message ID 20220221184318.1158749-27-michael.tremer@ipfire.org
State Accepted
Commit 51d9a86c8e646974a483260f4576c27538c0897f
Headers
Series [01/27] oci-cli: New package |

Commit Message

Michael Tremer Feb. 21, 2022, 6:43 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/oci-cli | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

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