From dcd8a86b03f63a96c2232cf020cde419c420fff1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 22 Feb 2022 17:19:10 +0000 Subject: [PATCH] oci-python-sdk: Depend on python3-certifi 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 988e5a3bb6..817723fe6b 100644 --- a/lfs/oci-python-sdk +++ b/lfs/oci-python-sdk @@ -34,8 +34,8 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = oci-python-sdk PAK_VER = 1 -DEPS = python3-click python3-circuitbreaker python3-cryptography \ - python3-dateutil python3-pytz python3-six +DEPS = python3-certifi python3-click python3-circuitbreaker \ + python3-cryptography python3-dateutil python3-pytz python3-six ############################################################################### # Top-level Rules -- 2.39.5