]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
oci-cli: Depend on python3-jmespath
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Feb 2022 18:43:18 +0000 (18:43 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 21 Feb 2022 21:13:50 +0000 (21:13 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/oci-cli

index a275b3f0825e8880db78068e9042b2db5f866a79..54beed41a60e7e0afcb8b149054d68613131bca3 100644 (file)
@@ -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