Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- 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 = $(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