From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 31/50] oci-cli: Depend on python3-jmespath Date: Tue, 22 Feb 2022 12:51:16 +0000 Message-ID: <20220222125135.1211290-32-michael.tremer@ipfire.org> In-Reply-To: <20220222125135.1211290-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6543012865315333617==" List-Id: --===============6543012865315333617== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 a275b3f08..54beed41a 100644 --- a/lfs/oci-cli +++ b/lfs/oci-cli @@ -34,7 +34,8 @@ TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D oci-cli PAK_VER =3D 1 =20 -DEPS =3D oci-python-sdk python3-arrow python3-six python3-terminaltabl= es +DEPS =3D oci-python-sdk python3-arrow python3-jmespath python3-six \ + python3-terminaltables =20 ############################################################################= ### # Top-level Rules --=20 2.30.2 --===============6543012865315333617==--