oci-python-sdk: Depend on python3-certifi

Message ID 20220222171910.1224546-1-michael.tremer@ipfire.org
State Accepted
Commit dcd8a86b03f63a96c2232cf020cde419c420fff1
Headers
Series oci-python-sdk: Depend on python3-certifi |

Commit Message

Michael Tremer Feb. 22, 2022, 5:19 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/oci-python-sdk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

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