oci-cli: Depend on python3-jmespath

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-02-21 18:43:18 +00:00
committed by Peter Müller
parent ebd2d75952
commit 51d9a86c8e

View 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