]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
oci-python-sdk: Depend on python3-certifi
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2022 17:19:10 +0000 (17:19 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 23 Feb 2022 15:52:16 +0000 (15:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/oci-python-sdk

index 988e5a3bb6d165eaae0ef3ee04d1bf11e58e470e..817723fe6b8dbc4c04d094b3c0817c7d7f5586aa 100644 (file)
@@ -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