oci-python-sdk: Depend on python3-certifi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2022-02-22 17:19:10 +00:00
committed by Peter Müller
parent 2598706f23
commit dcd8a86b03

View 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