From: Michael Tremer Date: Tue, 22 Feb 2022 17:19:10 +0000 (+0000) Subject: oci-python-sdk: Depend on python3-certifi X-Git-Tag: v2.27-core165~15^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dcd8a86b03f63a96c2232cf020cde419c420fff1;p=ipfire-2.x.git oci-python-sdk: Depend on python3-certifi Signed-off-by: Michael Tremer --- 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