From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] oci-python-sdk: Depend on python3-certifi Date: Tue, 22 Feb 2022 17:19:10 +0000 Message-ID: <20220222171910.1224546-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3370974814196528141==" List-Id: --===============3370974814196528141== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/oci-python-sdk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/oci-python-sdk b/lfs/oci-python-sdk index 988e5a3bb..817723fe6 100644 --- a/lfs/oci-python-sdk +++ b/lfs/oci-python-sdk @@ -34,8 +34,8 @@ TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D oci-python-sdk PAK_VER =3D 1 =20 -DEPS =3D python3-click python3-circuitbreaker python3-cryptography \ - python3-dateutil python3-pytz python3-six +DEPS =3D python3-certifi python3-click python3-circuitbreaker \ + python3-cryptography python3-dateutil python3-pytz python3-six =20 ############################################################################= ### # Top-level Rules --=20 2.30.2 --===============3370974814196528141==--